mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-09 15:02:08 -03:30
Remove update flag from pip install in ansible docs (#12590)
This commit is contained in:
parent
05c3e2c87c
commit
b98ed6ddf8
@ -13,7 +13,7 @@ KUBESPRAYDIR=kubespray
|
||||
python3 -m venv $VENVDIR
|
||||
source $VENVDIR/bin/activate
|
||||
cd $KUBESPRAYDIR
|
||||
pip install -U -r requirements.txt
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
In case you have a similar message when installing the requirements:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user