Skip to content
Snippets Groups Projects
Commit 7b8a08c5 authored by David Verelst's avatar David Verelst
Browse files

small updated install manual

parent f1e10040
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -19,7 +19,7 @@ Installation instructions follow in alphabetical orderby platorm. ...@@ -19,7 +19,7 @@ Installation instructions follow in alphabetical orderby platorm.
## Linux ## Linux
* Use either your system package manager, pip + virtualenv, or Anaconda to * Use either your system package manager, pip + virtualenv, or Anaconda to
install the following dependencies: install the following python dependencies:
> numpy, cython, scipy, pandas, matplotlib, pyscaffold, future, nose, sphinx, > numpy, cython, scipy, pandas, matplotlib, pyscaffold, future, nose, sphinx,
> xlrd, pytables, h5py, pytest, pytest-cov, setuptools_scm, setuptools > xlrd, pytables, h5py, pytest, pytest-cov, setuptools_scm, setuptools
...@@ -163,9 +163,12 @@ pip install pyscaffold pytest pytest-cov ...@@ -163,9 +163,12 @@ pip install pyscaffold pytest pytest-cov
``` ```
git clone https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox.git git clone https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox.git
cd WindEnergyToolbox cd WindEnergyToolbox
python setup.py install pip install -e .
``` ```
Note that ```pip install -e .``` will install ```wetb``` in the source directory.
This works best if you are also developing and regularly updating this package.
You can run the tests cases from the source root directory: You can run the tests cases from the source root directory:
``` ```
......
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