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-10-06 14:21:13 +02:00

17 lines
208 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
```