diff --git a/README.md b/README.md
index 2a508c58bec1d5f283c0e3751670d30fcdf355ae..531cb366f0ef39942dbd991ac599f269c262d0f5 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
 ```