From de1fda4715e7f696de9de16bcbc63c94dc4ca50d Mon Sep 17 00:00:00 2001 From: Sarra-Ouelhadj <59183609+Sarra-Ouelhadj@users.noreply.github.com> Date: Mon, 5 Sep 2022 16:37:16 +0200 Subject: [PATCH] Add requirements and links --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5efe193..c8df26b 100644 --- a/README.md +++ b/README.md @@ -41,13 +41,17 @@ d'un *tableur* appelé ici [template](https://github.com/Sarra-Ouelhadj/YKWIM/bl ||Afficher la liste des classes et des énumérations destinations à partir de la feuille « Classes » colonne « classe » et de la feuille «Énumérations» colonne « énumération »| ## 2. Lancement de la solution +### Prérequis (pour le local) +* Avoir python 3.8.10 installé +* Avoir pip 20.0.2 installé + ### en local ``` $ git clone https://github.com/Sarra-Ouelhadj/YKWIM.git -$ cd SemanticLifting +$ pip install -r requirements.txt $ python run.py ``` -### sur Heroku -``` -$ heroku run -``` +### sur Heroku (yet under construction) + +link : [https://semantic-lifting-method.herokuapp.com/](https://semantic-lifting-method.herokuapp.com/) + -- GitLab