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

Merge branch 'fix_instl_instr' into 'master'

resolving Issue #49

See merge request !45
parents 143929cc b9381d19
No related branches found
No related tags found
1 merge request!94Handle disabled mpi
......@@ -2,22 +2,13 @@
[![coverage report](https://gitlab.windenergy.dtu.dk/TOPFARM/TopFarm2/badges/master/coverage.svg)](https://gitlab.windenergy.dtu.dk/TOPFARM/TopFarm2/commits/master)
Welcome to TOPFARM
------------------
Install windows
---------------
This is the plant-level optimization tool that is being developed by DTU Wind
Energy.
```conda create -n pyTopfarm python=3.6
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```
# Installation Guide, Examples, and Documentation
Please refer to the
[TOPFARM documentation](https://topfarm.pages.windenergy.dtu.dk/TopFarm2).
\ No newline at end of file
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