Add setup and run files
This commit is contained in:
parent
153de10dd1
commit
e5efffb06a
2 changed files with 10 additions and 0 deletions
9
setup.sh
Executable file
9
setup.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
# exit when a command fails
|
||||
set -e
|
||||
|
||||
# init venv
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
|
||||
# install deps
|
||||
pip install fastapi uvicorn[standard] websockets
|
||||
Loading…
Add table
Add a link
Reference in a new issue