Skip to content
Snippets Groups Projects
Commit d1ac2f6f authored by Florent Gluck's avatar Florent Gluck
Browse files

Minor change to README.md so venv instructions work on Ubuntu 20.04

parent 2a1f566e
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ pyyaml
Pour rappel, pour ne pas à avoir à installer ces deux dépendances au niveau système, les commandes suivantes génèrent un environnement virtuel :
```bash
python -m venv .venv
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment