mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Update README.md
This commit is contained in:
17
README.md
17
README.md
@@ -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:
|
||||||
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/
|
```sh
|
||||||
Install the necessary requirements
|
python -v && pip -v
|
||||||
sudo pip install -r requirements.txt
|
```
|
||||||
vagrant up
|
|
||||||
|
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
|
Documents
|
||||||
---------
|
---------
|
||||||
|
|||||||
Reference in New Issue
Block a user