build: Install Python dependencies and initialize the virtual environment.
This commit is contained in:
5
run_server.sh
Executable file
5
run_server.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
cd "$(dirname "$0")"
|
||||
source venv/bin/activate
|
||||
export PYTHONPATH=$PYTHONPATH:$(pwd)
|
||||
python3 src/server.py
|
||||
Reference in New Issue
Block a user