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

udpated docs: add psutil to simple install anaconda instructions

parent ae7b9d18
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
conda update --all 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 blosc conda install setuptools_scm future h5py pytables pytest nose sphinx blosc psutil
conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl paramiko conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl paramiko
conda install -c https://conda.anaconda.org/conda-forge pyscaffold pytest-cov conda install -c https://conda.anaconda.org/conda-forge pyscaffold pytest-cov
``` ```
...@@ -19,7 +19,7 @@ conda install -c https://conda.anaconda.org/conda-forge pyscaffold pytest-cov ...@@ -19,7 +19,7 @@ conda install -c https://conda.anaconda.org/conda-forge pyscaffold pytest-cov
conda update --all conda update --all
conda create -n wetb_py3 python=3.4 conda create -n wetb_py3 python=3.4
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 psutil
conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl paramiko conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl paramiko
conda install -c https://conda.anaconda.org/conda-forge pyscaffold pytest-cov conda install -c https://conda.anaconda.org/conda-forge 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