notes-ing2/ia/tp5/setup.sh
2024-05-09 05:11:09 +02:00

7 lines
125 B
Bash
Executable file

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