Update README.md
This commit is contained in:
parent
a1de8a07d6
commit
0f7fefd1b5
1 changed files with 12 additions and 5 deletions
17
README.md
17
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
|
||||
---------
|
||||
|
|
Loading…
Reference in a new issue