From dc02b2897226918ec6511612ccdf4e54997ee423 Mon Sep 17 00:00:00 2001
From: dave <dave@dtu.dk>
Date: Fri, 18 Dec 2015 13:29:51 +0100
Subject: [PATCH] added dependencies to readme

---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index 5ebf5f27..bd719bab 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,16 @@ in Python 2.7 by default. You can also write code that is compatible with both
 [issue 1](https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox/issues/1)).
 
 
+# Dependencies
+
+[numpy](http://www.numpy.org/)
+[scipy](http://scipy.org/scipylib/)
+[pandas](http://pandas.pydata.org/)
+[matplotlib](http://matplotlib.org/)
+[pytables](http://www.pytables.org/)
+[pyscaffold](http://pyscaffold.readthedocs.org/en/)
+
+
 # Installation
 
 ```
-- 
GitLab