refs #8025 README setup fix
This commit is contained in:
parent
69d8ff371a
commit
557a4a0905
|
@ -18,7 +18,6 @@ Create a Python virtual environment.
|
|||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install --upgrade pip ansible==10.1.0 ansible-builder==3.1.0
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
Before running any Ansible command, activate the Python virtual environment.
|
||||
|
@ -35,6 +34,7 @@ deactivate
|
|||
|
||||
Install dependencies.
|
||||
```
|
||||
pip install -r requirements.txt
|
||||
ansible-galaxy collection install -r collections/requirements.yml
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue