Skip to content
Snippets Groups Projects

pipeline status coverage report

Install windows

activate pyTopfarm
git clone https://github.com/FUSED-Wind/FUSED-Wake.git
cd FUSED-Wake
pip install -e .
cd..
git clone https://github.com/FUSED-Wind/windIO.git
cd windIO
pip install -e .
cd..
git clone https://gitlab.windenergy.dtu.dk/TOPFARM/TopFarm2.git
cd Topfarm2
pip install -e .
cd topfarm/tests
python -m pytest```