Use these examples to get started with deploying your applications on Runloop
- requires python3.10
- brew install [email protected]
- requires a venv
- venv create: python3 -m venv ~/.venv/sunshine --upgrade-deps
- venv activate: source ~/.venv/sunshine/bin/activate
- venv deactivate: deactivate
- install requirements
- pip install -r requirements.txt
To set up your repo to automatically deploy with Runloop check out the setup docs
Coming Soon