This commit is contained in:
JOLIMAITRE Matthieu 2024-06-29 23:01:37 +02:00
commit 47a3ba1605
5 changed files with 542 additions and 0 deletions

10
setup.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
set -e
cd "$(dirname "$(realpath "$0")")"
python -m venv venv
. ./venv/bin/activate
pip install --requirement requirements.txt