fix: Corretto README.md
This commit is contained in:
parent
0eb3d05127
commit
e600875c3a
1 changed files with 3 additions and 1 deletions
|
|
@ -28,13 +28,15 @@ source ansible/bin/activate
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
python3 -m pip install ansible
|
python3 -m pip install ansible
|
||||||
```
|
```
|
||||||
- Versione specifica:
|
- Versione specifica (esempio Ansible2.9):
|
||||||
|
```
|
||||||
mkdir venv29
|
mkdir venv29
|
||||||
cd venv29
|
cd venv29
|
||||||
python3 -m venv ansible2.9
|
python3 -m venv ansible2.9
|
||||||
source ansible2.9/bin/activate
|
source ansible2.9/bin/activate
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
python3 -m pip install ansible==2.9
|
python3 -m pip install ansible==2.9
|
||||||
|
```
|
||||||
|
|
||||||
Verificare che l'installazione sia avvenuta correttamente controllando la versione con il seguente comando:
|
Verificare che l'installazione sia avvenuta correttamente controllando la versione con il seguente comando:
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue