init
This commit is contained in:
commit
7c135f7034
7 changed files with 144 additions and 0 deletions
10
setup.sh
Executable file
10
setup.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
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