From a1de8a07d67acec9b1f4b91bda7e4656647329de Mon Sep 17 00:00:00 2001 From: spinside Date: Mon, 14 May 2018 16:22:38 +0200 Subject: [PATCH 1/6] Update README.md Added the requirement of pip for Vagrant users in readme. See issue #2766 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8a1b059e..c2e451b8f 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 From 0f7fefd1b507353973f25740552a0bcebd1c034d Mon Sep 17 00:00:00 2001 From: spinside Date: Tue, 15 May 2018 10:27:44 +0200 Subject: [PATCH 2/6] 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 --------- From a3c53efaf7b5ac12f8780033534cef2bcc77c485 Mon Sep 17 00:00:00 2001 From: spinside Date: Tue, 15 May 2018 10:29:41 +0200 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf23f82e8..90d54fa21 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ To deploy the cluster you can use : ### Vagrant - Check if Python and pip are installed: + Check if Python and pip are installed: ```sh python -v && pip -v ``` From d110999d314e3692ce0c820ae2c4f8f723b43f0a Mon Sep 17 00:00:00 2001 From: spinside Date: Sat, 19 May 2018 17:09:38 +0200 Subject: [PATCH 4/6] 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 From 428218dbf0572b377a4f635ecff1b1a92b2b22b7 Mon Sep 17 00:00:00 2001 From: spinside Date: Sat, 19 May 2018 17:10:27 +0200 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 757e3c143..7ec9849a4 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ To deploy the cluster you can use : ### Vagrant - For Vagrant we need to install python dependencies for provisioning tasks + For Vagrant we need to install python dependencies for provisioning tasks. Check if Python and pip are installed: ```sh python -v && pip -v From be7278ce9d1ccf4b4a86411d79a34219fdfb2856 Mon Sep 17 00:00:00 2001 From: spinside Date: Sat, 19 May 2018 17:11:57 +0200 Subject: [PATCH 6/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ec9849a4..ca055ea8f 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,13 @@ To deploy the cluster you can use : ### Vagrant - For Vagrant we need to install python dependencies for provisioning tasks. + 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