This commit is contained in:
JOLIMAITRE Matthieu 2024-06-13 03:35:36 +02:00
commit 7c135f7034
7 changed files with 144 additions and 0 deletions

10
setup.sh Executable file
View file

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