From ce6cbc3e6ead57f77bc35049e11415f64657a5c3 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Sat, 30 Sep 2017 16:51:12 +0100
Subject: [PATCH] Added the python version requirement to the README.

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

diff --git a/README.md b/README.md
index c0256ae..b005d6b 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@ Swift Website
 
 This is the website for the SWIFT project. You can build the website by doing the following:
 
++ Have python 3.6 or more recent and pip 3.6.
 + Create a virtual environment (`` virtualenv3 env `` or `` virtualenv env``) and ensure that it is `` python3 ``.
 + Activate it (`` source env/bin/activate ``) [note to deactivate you want to use the `` deactivate `` keyword in your shell]
 + Use that virtual environment to install the required packages (`` pip install -r requirements.txt ``)
-- 
GitLab