This repository has been archived on 2022-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
Sand/README.md
2022-09-26 12:37:12 +02:00

13 lines
204 B
Markdown

# 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
```