Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 583 Bytes

File metadata and controls

22 lines (16 loc) · 583 Bytes

Runloop Examples

Use these examples to get started with deploying your applications on Runloop

Setup

Python

  1. requires python3.10
  • brew install python@3.10
  1. requires a venv
  • venv create: python3 -m venv ~/.venv/sunshine --upgrade-deps
  • venv activate: source ~/.venv/sunshine/bin/activate
  • venv deactivate: deactivate
  1. install requirements
  • pip install -r requirements.txt

Using the Runloop Github App

To set up your repo to automatically deploy with Runloop check out the setup docs

Local development

Coming Soon