Browse Source

Update README.md

pull/2777/head
spinside 6 years ago
committed by GitHub
parent
commit
d110999d31
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. 3
      README.md

3
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

Loading…
Cancel
Save