This commit is contained in:
JOLIMAITRE Matthieu 2024-05-09 05:11:09 +02:00
parent 1395fdd566
commit ca18a5ada7
8 changed files with 379 additions and 0 deletions

7
ia/tp5/setup.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
cd "$(dirname "$(realpath "$0")")"
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt