Browse Source

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.
pull/5756/head
MengZeLee 4 years ago
committed by GitHub
parent
commit
45626a05dc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -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

Loading…
Cancel
Save