diff --git a/README.md b/README.md
index a63bc87f2dd3470ab9ceb0394cb92b6b45ad8417..0733853aa319f250b91a630dbe87980b54b777d0 100644
--- a/README.md
+++ b/README.md
@@ -36,8 +36,19 @@ To deploy the cluster you can use :
 
 ### Vagrant
 
-    # Simply running `vagrant up` (for tests purposes)
-    vagrant up
+   For Vagrant we need to install python dependencies for provisioning tasks.\
+   Check if Python and pip are installed: 
+```sh
+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
+    
+```sh
+sudo pip install -r requirements.txt
+vagrant up
+```
 
 Documents
 ---------