Skip to content
Snippets Groups Projects
Unverified Commit 45626a05 authored by MengZeLee's avatar MengZeLee Committed by GitHub
Browse files

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.
parent 4b5299bb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment