Skip to content
Snippets Groups Projects
Commit 61cb7f00 authored by Mikkel Friis-Møller's avatar Mikkel Friis-Møller
Browse files

Merge branch 'fix_install_bat' into 'master'

Adding echo line for distutils.cfg

See merge request !52
parents bc9578d1 bff00808
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