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:
MengZeLee 2020-03-16 20:10:35 +08:00 committed by GitHub
parent 4b5299bb7a
commit 45626a05dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ To deploy the cluster you can use :
```ShellSession
# Install dependencies from ``requirements.txt``
sudo pip install -r requirements.txt
sudo pip3 install -r requirements.txt
# Copy ``inventory/sample`` as ``inventory/mycluster``
cp -rfp inventory/sample inventory/mycluster