init
This commit is contained in:
commit
47a3ba1605
5 changed files with 542 additions and 0 deletions
10
setup.sh
Executable file
10
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 --requirement requirements.txt
|
Loading…
Add table
Add a link
Reference in a new issue