From e4bbc3fc6d976a6250dc4fc1a21c8e0395c96264 Mon Sep 17 00:00:00 2001
From: dave <dave@dtu.dk>
Date: Fri, 22 Apr 2016 16:38:32 +0200
Subject: [PATCH] updated installation instructions

---
 docs/install-anaconda.md        | 2 +-
 docs/install-manual-detailed.md | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/install-anaconda.md b/docs/install-anaconda.md
index db7b2bd7..4ba6915c 100644
--- a/docs/install-anaconda.md
+++ b/docs/install-anaconda.md
@@ -9,7 +9,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
-conda install scipy pandas matplotlib cython xlrd coverage xlwt
+conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl
 pip install pyscaffold pytest-cov
 ```
 
diff --git a/docs/install-manual-detailed.md b/docs/install-manual-detailed.md
index aa2216a7..81acbbbf 100644
--- a/docs/install-manual-detailed.md
+++ b/docs/install-manual-detailed.md
@@ -165,15 +165,15 @@ activate py27
 * Install the necessary Python dependencies using the conda package manager:
 
 ```
-conda install setuptools_scm future h5py pytables pytest pytest-cov nose sphinx
-conda install scipy pandas matplotlib cython xlrd sphinx
+conda install setuptools_scm future h5py pytables pytest nose sphinx
+conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl
 ```
 
 * Not all packages are available in the conda repositories, but they can be
 easily installed with pip:
 
 ```
-pip install pyscaffold pytest
+pip install pyscaffold pytest-cov
 ```
 
 
-- 
GitLab