better README

This commit is contained in:
JOLIMAITRE Matthieu 2024-06-29 23:04:52 +02:00
parent 47a3ba1605
commit 78dc4b8763
4 changed files with 23 additions and 0 deletions

12
run.sh Executable file
View file

@ -0,0 +1,12 @@
#!/bin/bash
set -e
cd "$(dirname "$(realpath "$0")")"
if ! [ -d venv ]
then ./setup.sh
fi
. venv/bin/activate
./src/main.py