From 0f7fefd1b507353973f25740552a0bcebd1c034d Mon Sep 17 00:00:00 2001
From: spinside <spinside007@gmail.com>
Date: Tue, 15 May 2018 10:27:44 +0200
Subject: [PATCH] Update README.md

---
 README.md | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index c2e451b8f..bf23f82e8 100644
--- a/README.md
+++ b/README.md
@@ -34,11 +34,18 @@ To deploy the cluster you can use :
 
 ### Vagrant
 
-    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
+    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
 ---------
-- 
GitLab