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

18 lines
226 B
Markdown
Raw Normal View History

2022-09-26 12:37:12 +02:00
# Sand
2022-10-06 14:21:13 +02:00
2022-10-28 13:17:46 +02:00
## Exécution avec Python 3.9.2
2022-10-06 14:21:13 +02:00
2022-09-26 12:37:12 +02:00
Préparation de l'environnement
2022-10-06 14:21:13 +02:00
2022-09-26 12:37:12 +02:00
```bash
$ python3 -m venv .
$ source bin/activate
$ pip install -r requirements.txt
```
Lancement
2022-10-06 14:21:13 +02:00
2022-09-26 12:37:12 +02:00
```bash
$ python3 -m flask --app src/app.py run
```