Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

This is a base Python template for Dispatch.

Install the Dispatch CLI:

brew tap dispatchrun/dispatch && \
brew install dispatch

Login to Dispatch:

dispatch login

Install dependencies from requirements.txt:

pip install -r requirements.txt

Run:

dispatch run -- python3 main.py