Skip to content
Snippets Groups Projects
Commit 5e035ff7 authored by Florent Thiery's avatar Florent Thiery
Browse files

fix install doc

parent b4a74157
No related branches found
No related tags found
No related merge requests found
......@@ -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.
```sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment