Skip to content
Snippets Groups Projects
installation.rst 774 B
Newer Older
Mads M. Pedersen's avatar
Mads M. Pedersen committed


Installation
===========================

Mads M. Pedersen's avatar
Mads M. Pedersen committed
.. toctree::
    :maxdepth: 2
Mads M. Pedersen's avatar
Mads M. Pedersen committed
    install_python
    
Mads M. Pedersen's avatar
Mads M. Pedersen committed
    
Mads M. Pedersen's avatar
Mads M. Pedersen committed
Install PyWake (Simple user)
----------------------------
Mads M. Pedersen's avatar
Mads M. Pedersen committed
* Install from PyPi.org (official releases)::
  
    pip install py_wake
Mads M. Pedersen's avatar
Mads M. Pedersen committed
* Install from gitlab  (includes any recent updates)::
  
    pip install git+https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake.git
        
Mads M. Pedersen's avatar
Mads M. Pedersen committed
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 .