tp surete
This commit is contained in:
parent
bf19b0b29a
commit
6c365cfbbc
17 changed files with 1208 additions and 0 deletions
10
surete/tp_ltl/setup.sh
Executable file
10
surete/tp_ltl/setup.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue