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

updated dependencies in installation instructions

parent d85f1b10
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@
conda update --all
conda create -n wetb_py3 python=3.5
source activate wetb_py3
conda install setuptools_scm future h5py pytables pytest nose sphinx
conda install setuptools_scm future h5py pytables pytest nose sphinx blosc
conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl
pip install pyscaffold pytest-cov
pip install pyscaffold pytest-cov --no-deps
```
......@@ -165,7 +165,7 @@ activate py27
* Install the necessary Python dependencies using the conda package manager:
```
conda install setuptools_scm future h5py pytables pytest nose sphinx
conda install setuptools_scm future h5py pytables pytest nose sphinx blosc
conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl
```
......@@ -173,7 +173,7 @@ conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl
easily installed with pip:
```
pip install pyscaffold pytest-cov
pip install pyscaffold pytest-cov --no-deps
```
......
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