From cad8f275b032f9d5f226fb6dbb3df0755e8a9776 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 26 Sep 2022 12:37:12 +0200 Subject: [PATCH] add readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c0f0c2 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# 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 +```