ia tp5
This commit is contained in:
parent
1395fdd566
commit
ca18a5ada7
8 changed files with 379 additions and 0 deletions
7
ia/tp5/setup.sh
Executable file
7
ia/tp5/setup.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
|
||||
pip install -r requirements.txt
|
Loading…
Add table
Add a link
Reference in a new issue