Skip to content
Snippets Groups Projects
Unverified Commit 2c7fecc0 authored by Sarra-Ouelhadj's avatar Sarra-Ouelhadj Committed by GitHub
Browse files

add detailed commands

parent dad88d7f
No related branches found
No related tags found
No related merge requests found
...@@ -48,9 +48,22 @@ d'un *tableur* appelé ici [template](https://github.com/Sarra-Ouelhadj/YKWIM/bl ...@@ -48,9 +48,22 @@ d'un *tableur* appelé ici [template](https://github.com/Sarra-Ouelhadj/YKWIM/bl
### en local ### en local
``` ```
$ git clone https://github.com/Sarra-Ouelhadj/YKWIM.git $ 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 $ pip install -r requirements.txt
$ python run.py $ python run.py
``` ```
lancement de la solution en local sur http://127.0.0.1:5000/
### sur Heroku (en construction) ### sur Heroku (en construction)
link : [https://semantic-lifting-method.herokuapp.com/](https://semantic-lifting-method.herokuapp.com/) link : [https://semantic-lifting-method.herokuapp.com/](https://semantic-lifting-method.herokuapp.com/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment