diff --git a/README.md b/README.md index 6f34237915b70413d7ed7f0b8ac56c14671fafbc..6bc43c03f7c56874b8db7383fcf613fedb96b511 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/)