notes-ing2/surete/tp_ltl/setup.sh
2024-06-28 13:36:38 +02:00

10 lines
130 B
Bash
Executable file

#!/bin/bash
set -e
cd "$(dirname "$(realpath "$0")")"
python -m venv venv
. venv/bin/activate
pip install -r requirements.txt