add readme

This commit is contained in:
Mylloon 2022-09-26 12:37:12 +02:00
parent b5c206a37c
commit cad8f275b0
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

13
README.md Normal file
View 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
```