From a8304d3945ad04859c1075264df6511d711a5ede Mon Sep 17 00:00:00 2001
From: dave <dave@dtu.dk>
Date: Tue, 6 Dec 2016 15:28:38 +0100
Subject: [PATCH] docs: small update on dependencies

---
 docs/developer-guide.md |  6 +++---
 docs/install.md         | 14 +++++++-------
 requirements.txt        |  4 ++++
 3 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/docs/developer-guide.md b/docs/developer-guide.md
index 45122e1..7fc735d 100644
--- a/docs/developer-guide.md
+++ b/docs/developer-guide.md
@@ -145,9 +145,9 @@ use ```deactivate``` to deactivate the environment.
 Install the necessary Python dependencies using the conda package manager:
 
 ```
->> conda install setuptools_scm future h5py pytables pytest nose sphinx
->> conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl psutil
->> conda install -c https://conda.anaconda.org/conda-forge pyscaffold pytest-cov --no-channel-priority
+>> conda install setuptools_scm future h5py pytables pytest nose sphinx blosc prb paramiko
+>> conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl psutil pandoc
+>> conda install -c https://conda.anaconda.org/conda-forge pyscaffold pytest-cov --no-channel-priority --no-update-dependencies
 ```
 
 Note that ```--no-channel-priority``` avoids that newer packages from the
diff --git a/docs/install.md b/docs/install.md
index 3c603fe..6a0ef8b 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -7,9 +7,9 @@
 Install the necessary Python dependencies using the ```conda``` package manager:
 
 ```
-conda install setuptools_scm future h5py pytables pytest nose sphinx blosc
-conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl psutil
-conda install -c https://conda.anaconda.org/conda-forge pyscaffold pytest-cov --no-channel-priority
+>> conda install setuptools_scm future h5py pytables pytest nose sphinx blosc prb paramiko
+>> conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl psutil
+>> conda install -c https://conda.anaconda.org/conda-forge pyscaffold pytest-cov --no-channel-priority --no-update-dependencies
 ```
 
 Now you can install ```wetb``` with ```pip``` (there is no ```conda``` package
@@ -18,14 +18,14 @@ Since we prefer that ```conda``` manages and installs all dependencies we
 expclicitally tell ```pip``` to only install ```wetb``` and nothing more:
 
 ```
-pip install wetb --upgrade --no-deps
+>> pip install wetb --upgrade --no-deps
 ```
 
 ## Update conda and ```wetb```
 
 ```
-conda update --all
-pip install wetb --upgrade --no-deps
+>> conda update --all
+>> pip install wetb --upgrade --no-deps
 
 ```
 
@@ -35,7 +35,7 @@ pip install wetb --upgrade --no-deps
 ## Installation and update
 
 ```
-pip install --upgrade wetb
+>> pip install --upgrade wetb
 ```
 
 
diff --git a/requirements.txt b/requirements.txt
index c0cbf30..413074b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,3 +13,7 @@ tables
 future
 paramiko
 psutil
+pbr
+pyscaffold
+pytest-cov
+
-- 
GitLab