tp surete

This commit is contained in:
JOLIMAITRE Matthieu 2024-06-28 13:36:38 +02:00
parent bf19b0b29a
commit 6c365cfbbc
17 changed files with 1208 additions and 0 deletions

10
surete/tp_ltl/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 -r requirements.txt