From 55bf0c71b8c8d497e33dc6cd992028765bf83394 Mon Sep 17 00:00:00 2001
From: Sander Bollen <a.h.b.bollen@lumc.nl>
Date: Tue, 7 May 2019 13:50:47 +0200
Subject: [PATCH] installation instructions

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

diff --git a/README.md b/README.md
index 5e9a8a5..c083aad 100644
--- a/README.md
+++ b/README.md
@@ -131,3 +131,19 @@ Options:
                                 called multiple times  [required]
   --help                        Show this message and exit.
 ```
+
+## Installation
+
+* Python 3.6 at minimum
+* numpy and cython must be installed prior to installing vtools
+    * this will get fixed in the very near future
+
+After both requirements have been met, simply install vtools with
+
+```bash
+python setup.py install
+```
+
+## License
+
+MIT
-- 
GitLab