diff --git a/docs/install-anaconda.md b/docs/install-anaconda.md
index 0fb52e2149ae397fde6078e1cf91b731ecb25513..d0b4fc43affc8e2ba3b48c3e2be2ec2730d8a355 100644
--- a/docs/install-anaconda.md
+++ b/docs/install-anaconda.md
@@ -8,7 +8,7 @@
 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 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 -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 create -n wetb_py3 python=3.4
 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 -c https://conda.anaconda.org/conda-forge pyscaffold pytest-cov
 ```