Skip to content
Snippets Groups Projects
Commit bff00808 authored by Jennifer Rinker's avatar Jennifer Rinker
Browse files

adding echo line for distutils.cfg

parent bc9578d1
No related branches found
No related tags found
1 merge request!94Handle disabled mpi
......@@ -4,6 +4,8 @@ REM Create an environment for TOPFARM
conda create -n pyTopfarm python=3.6 --yes
REM Activate the environment
call activate pyTopfarm
REM Configure the compiler
(echo [build] & echo compiler = mingw32) > %CONDA_PREFIX%\Lib\distutils\distutils.cfg
REM Install WindIO and DTU's fork of FUSED-Wake
pip install git+https://github.com/FUSED-Wind/windIO.git
pip install git+https://gitlab.windenergy.dtu.dk/TOPFARM/FUSED-Wake.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment