mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-12 18:40:03 -03:30
Update README.md
Added the requirement of pip for Vagrant users in readme. See issue #2766
This commit is contained in:
parent
63fdfae918
commit
a1de8a07d6
@ -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…
x
Reference in New Issue
Block a user