diff --git a/README.md b/README.md
index e8a1b059e0c9d5ea55f4ea0c7b15e0c88ac0406e..c2e451b8f23009e5fd7197d8504bd39feb844dd2 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