Browse Source

Update README.md

Added the requirement of pip for Vagrant users in readme.
See issue #2766
pull/2777/head
spinside 6 years ago
committed by GitHub
parent
commit
a1de8a07d6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions
  1. 5
      README.md

5
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

Loading…
Cancel
Save