From d1ac2f6f4ec58a0267727c27340d47016e48adae Mon Sep 17 00:00:00 2001
From: Florent Gluck <florent.gluck@hesge.ch>
Date: Fri, 8 Jan 2021 14:41:07 +0100
Subject: [PATCH] Minor change to README.md so venv instructions work on Ubuntu
 20.04

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2a508c5..531cb36 100644
--- a/README.md
+++ b/README.md
@@ -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
 ```
-- 
GitLab