Skip to content
Snippets Groups Projects
Unverified Commit ab46687a authored by Aivars Sterns's avatar Aivars Sterns Committed by GitHub
Browse files

Merge pull request #2777 from spinside/patch-2

Update README.md
parents e60a63ea be7278ce
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,19 @@ To deploy the cluster you can use :
### Vagrant
# Simply running `vagrant up` (for tests purposes)
vagrant up
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/
Install the necessary requirements
```sh
sudo pip install -r requirements.txt
vagrant up
```
Documents
---------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment