From a1de8a07d67acec9b1f4b91bda7e4656647329de Mon Sep 17 00:00:00 2001
From: spinside <spinside007@gmail.com>
Date: Mon, 14 May 2018 16:22:38 +0200
Subject: [PATCH] Update README.md

Added the requirement of pip for Vagrant users in readme.
See issue #2766
---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e8a1b059e..c2e451b8f 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,10 @@ To deploy the cluster you can use :
 
 ### Vagrant
 
-    # Simply running `vagrant up` (for tests purposes)
+    Check if Python and pip are installed: python -v && pip -v
+    If this returns the version of the software you're good to go if not download and install Python from here https://www.python.org/downloads/source/
+    Install the necessary requirements
+    sudo pip install -r requirements.txt
     vagrant up
 
 Documents
-- 
GitLab