Skip to content
Snippets Groups Projects
Commit 5866fdae authored by davidovitch's avatar davidovitch
Browse files

Merge branch 'master' of gitlab.windenergy.dtu.dk:toolbox/WindEnergyToolbox

parents 2cf566c9 6377b51d
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ Detailed installation instructions, including how to install Python from scratch ...@@ -59,7 +59,7 @@ Detailed installation instructions, including how to install Python from scratch
are described in the [detailed installation manual](docs/install-manual-detailed.md). are described in the [detailed installation manual](docs/install-manual-detailed.md).
If you now what you are doing, you can install as follows: If you know what you are doing, you can install as follows:
``` ```
python setup.py python setup.py
......
...@@ -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
...@@ -170,9 +170,12 @@ pip install pyscaffold pytest pytest-cov ...@@ -170,9 +170,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.
Please register or to comment