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-28 13:17:46 +02:00

226 B

Sand

Exécution avec Python 3.9.2

Préparation de l'environnement

$ python3 -m venv .
$ source bin/activate
$ pip install -r requirements.txt

Lancement

$ python3 -m flask --app src/app.py run