signal backend, app cleanup
This commit is contained in:
parent
4b157ed1d1
commit
6f18890739
43 changed files with 695 additions and 124 deletions
4
bootstrap.sh
Executable file
4
bootstrap.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
python3 -m venv venv
|
||||
./venv/bin/pip install -U pip
|
||||
./venv/bin/pip install -r requirements.txt
|
||||
Loading…
Add table
Add a link
Reference in a new issue