Update README.md

This commit is contained in:
spinside 2018-05-19 17:11:57 +02:00 committed by GitHub
parent 428218dbf0
commit be7278ce9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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