kenken999's picture
test
1f074d8
raw
history blame
111 Bytes
#!/bin/bash
# Install dependencies
pip install -r mysite/requirements.txt
# Run the app
python mysite/app.py