This is a base Python template for Dispatch.
Install the Dispatch CLI:
brew tap dispatchrun/dispatch && \
brew install dispatchLogin to Dispatch:
dispatch loginInstall dependencies from requirements.txt:
pip install -r requirements.txtRun:
dispatch run -- python3 main.py