Partage de fichier simple
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.
Find a file
2022-09-26 12:37:12 +02:00
src * rename main to app 2022-09-26 12:37:07 +02:00
.gitignore ignore pycache 2022-09-26 12:35:51 +02:00
README.md add readme 2022-09-26 12:37:12 +02:00
requirements.txt add flask as a dependencie 2022-09-26 12:36:13 +02:00

Sand

Exécution

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