From d110999d314e3692ce0c820ae2c4f8f723b43f0a Mon Sep 17 00:00:00 2001
From: spinside <spinside007@gmail.com>
Date: Sat, 19 May 2018 17:09:38 +0200
Subject: [PATCH] Update README.md

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 90d54fa21..757e3c143 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
-- 
GitLab