fix pip requirements version (#5174)
Because using python Program create inventory it will happen error, thus I change python pip version to install kubespray requirements.
This commit is contained in:
parent
4b5299bb7a
commit
45626a05dc
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ To deploy the cluster you can use :
|
||||||
|
|
||||||
```ShellSession
|
```ShellSession
|
||||||
# Install dependencies from ``requirements.txt``
|
# Install dependencies from ``requirements.txt``
|
||||||
sudo pip install -r requirements.txt
|
sudo pip3 install -r requirements.txt
|
||||||
|
|
||||||
# Copy ``inventory/sample`` as ``inventory/mycluster``
|
# Copy ``inventory/sample`` as ``inventory/mycluster``
|
||||||
cp -rfp inventory/sample inventory/mycluster
|
cp -rfp inventory/sample inventory/mycluster
|
||||||
|
|
Loading…
Reference in a new issue