mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-15 06:14:22 +03:00
Update README.md
This commit is contained in:
@@ -34,12 +34,13 @@ To deploy the cluster you can use :
|
|||||||
|
|
||||||
### Vagrant
|
### Vagrant
|
||||||
|
|
||||||
|
For Vagrant we need to install python dependencies for provisioning tasks
|
||||||
Check if Python and pip are installed:
|
Check if Python and pip are installed:
|
||||||
```sh
|
```sh
|
||||||
python -v && pip -v
|
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
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user