This commit is contained in:
JOLIMAITRE Matthieu 2024-05-20 17:48:14 +02:00
commit 215c2c380f
9 changed files with 390 additions and 0 deletions

6
setup.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
set -e
cd "$(dirname "$(realpath "$0")")"
python3 -m venv venv
source venv/bin/activate