Skip to content
Snippets Groups Projects
Unverified Commit 0f7fefd1 authored by spinside's avatar spinside Committed by GitHub
Browse files

Update README.md

parent a1de8a07
No related branches found
No related tags found
No related merge requests found
...@@ -34,11 +34,18 @@ To deploy the cluster you can use : ...@@ -34,11 +34,18 @@ To deploy the cluster you can use :
### Vagrant ### Vagrant
Check if Python and pip are installed: python -v && pip -v 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 Install the necessary requirements
```sh
sudo pip install -r requirements.txt sudo pip install -r requirements.txt
vagrant up vagrant up
```
Documents Documents
--------- ---------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment