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

updated installation instructions

parent dc4c31b2
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -9,7 +9,7 @@ conda update --all ...@@ -9,7 +9,7 @@ conda update --all
conda create -n wetb_py3 python=3.5 conda create -n wetb_py3 python=3.5
source activate wetb_py3 source activate wetb_py3
conda install setuptools_scm future h5py pytables pytest nose sphinx conda install setuptools_scm future h5py pytables pytest nose sphinx
conda install scipy pandas matplotlib cython xlrd coverage xlwt conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl
pip install pyscaffold pytest-cov pip install pyscaffold pytest-cov
``` ```
...@@ -165,15 +165,15 @@ activate py27 ...@@ -165,15 +165,15 @@ activate py27
* Install the necessary Python dependencies using the conda package manager: * Install the necessary Python dependencies using the conda package manager:
``` ```
conda install setuptools_scm future h5py pytables pytest pytest-cov nose sphinx conda install setuptools_scm future h5py pytables pytest nose sphinx
conda install scipy pandas matplotlib cython xlrd sphinx conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl
``` ```
* Not all packages are available in the conda repositories, but they can be * Not all packages are available in the conda repositories, but they can be
easily installed with pip: easily installed with pip:
``` ```
pip install pyscaffold pytest pip install pyscaffold pytest-cov
``` ```
......
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