From f6979e7986965e8769f366b885469cd68cfa6eec Mon Sep 17 00:00:00 2001
From: Alexander van Meegen <32771370+AlexVanMeegen@users.noreply.github.com>
Date: Mon, 10 Dec 2018 18:35:25 +0100
Subject: [PATCH] Update README.md

Make Python 3 dependency explicit
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d5019c4..afc2814 100644
--- a/README.md
+++ b/README.md
@@ -178,7 +178,7 @@ conveniently run by executing `pytest` in the `tests/` folder:
 
 
 ## Requirements
-python\_dicthash ([https://github.com/INM-6/python-dicthash](https://github.com/INM-6/python-dicthash)),
+Python 3, python\_dicthash ([https://github.com/INM-6/python-dicthash](https://github.com/INM-6/python-dicthash)),
 correlation\_toolbox ([https://github.com/INM-6/correlation-toolbox](https://github.com/INM-6/correlation-toolbox)),
 pandas, numpy, nested_dict, matplotlib (2.1.2), scipy, NEST 2.14.0
 
-- 
GitLab