diff --git a/README.md b/README.md
index 90d54fa21afc91bf96877c6a0c7b0344708366a8..757e3c143937b311d9dc90411d0e75f85171f214 100644
--- a/README.md
+++ b/README.md
@@ -34,12 +34,13 @@ To deploy the cluster you can use :
 
 ### Vagrant
 
+   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/
+   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