mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
Remove update flag from pip install in ansible docs (#12590)
This commit is contained in:
@@ -13,7 +13,7 @@ KUBESPRAYDIR=kubespray
|
|||||||
python3 -m venv $VENVDIR
|
python3 -m venv $VENVDIR
|
||||||
source $VENVDIR/bin/activate
|
source $VENVDIR/bin/activate
|
||||||
cd $KUBESPRAYDIR
|
cd $KUBESPRAYDIR
|
||||||
pip install -U -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
In case you have a similar message when installing the requirements:
|
In case you have a similar message when installing the requirements:
|
||||||
|
|||||||
Reference in New Issue
Block a user