kenken999's picture
test
cf75111
raw
history blame
144 Bytes
#!/bin/bash
# Install dependencies
pip install -r requirements.txt
# Run the codebase
python -m main &
python -m worker &
python -m api
wait