@@ -34,9 +34,11 @@ There are many way to install Ansible, choose one below.
### Virtual environment
```sh
make requirements
make install
```
NB: this is store in /tmp/venv which will be erased after a reboot
Alternatively you can manually create a virtual environment with [Python's venv](https://docs.python.org/3/library/venv.html) or with the package [virtualenv](https://virtualenv.pypa.io/en/stable/). For this example i will use the former one.