add readme
This commit is contained in:
parent
b5c206a37c
commit
cad8f275b0
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Sand
|
||||
## Exécution
|
||||
Préparation de l'environnement
|
||||
```bash
|
||||
$ python3 -m venv .
|
||||
$ source bin/activate
|
||||
$ pip install -r requirements.txt
|
||||
```
|
||||
|
||||
Lancement
|
||||
```bash
|
||||
$ python3 -m flask --app src/app.py run
|
||||
```
|
Reference in a new issue