-
Mads M. Pedersen authored
add selfsimilarity blokage model prepare for gradients New structure. Old WakeModel mainly in new EngineeringWindFarmModel add deflectionmodel update documentation
Mads M. Pedersen authoredadd selfsimilarity blokage model prepare for gradients New structure. Old WakeModel mainly in new EngineeringWindFarmModel add deflectionmodel update documentation
installation.rst 774 B
Installation
Install PyWake (Simple user)
-
Install from PyPi.org (official releases):
pip install py_wake
-
Install from gitlab (includes any recent updates):
pip install git+https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake.git
Install PyWake (Developer)
We highly recommend developers install PyWake into its own environment. (See instructions above.) The commands to clone and install PyWake with developer options into the current active environment in an Anaconda Prommpt are as follows:
git clone https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake.git
cd PyWake
pip install -e .