Update install ansible docs

pull/11469/head
jimyag 2024-08-21 20:24:20 +08:00
parent 2f84567a69
commit d3e358fe39
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ python3 -m venv $VENVDIR
source $VENVDIR/bin/activate
cd $KUBESPRAYDIR
pip install -U -r requirements.txt
pip install -U -r contrib/inventory_builder/requirements.txt
```
In case you have a similar message when installing the requirements: