From eeb270dfec4e4df47eea66be5cc69163ec6d45ed Mon Sep 17 00:00:00 2001
From: dave <dave@dtu.dk>
Date: Fri, 2 Sep 2016 16:07:55 +0200
Subject: [PATCH] udpated docs: add psutil to simple install anaconda
 instructions

---
 docs/install-anaconda.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/install-anaconda.md b/docs/install-anaconda.md
index 0fb52e21..d0b4fc43 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
 ```
-- 
GitLab