From 2c7fecc08081cbfbfca729ac4b5f53aea900469d Mon Sep 17 00:00:00 2001
From: Sarra-Ouelhadj <59183609+Sarra-Ouelhadj@users.noreply.github.com>
Date: Mon, 5 Sep 2022 17:08:12 +0200
Subject: [PATCH] add detailed commands

---
 README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/README.md b/README.md
index 6f34237..6bc43c0 100644
--- a/README.md
+++ b/README.md
@@ -48,9 +48,22 @@ d'un *tableur* appelé ici [template](https://github.com/Sarra-Ouelhadj/YKWIM/bl
 ### en local
 ```
 $ git clone https://github.com/Sarra-Ouelhadj/YKWIM.git
+```
+
+------
+[optionnel] : pour installer les libraries dans un environnement virtuel au lieu du système
+```
+$ virtualenv env -p /usr/bin/python3
+$ source . venv/bin/activate`
+```
+------
+```
+$ cd YKWIM
 $ pip install -r requirements.txt
 $ python run.py
 ```
+lancement de la solution en local sur http://127.0.0.1:5000/
+
 ### sur Heroku (en construction)
 
 link : [https://semantic-lifting-method.herokuapp.com/](https://semantic-lifting-method.herokuapp.com/)
-- 
GitLab