philipp-check24
1 day ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/ansible/ansible.md
|
|
@ -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: |
|
|
|