A collection of examples of using Tetra to run workflows on Runpod
- Python 3.9 to 3.13
 - Runpod Account (sign up)
 - Runpod API Key (how-to)
 - UV Python Package Manager (how-to) (optional)
 
- Run 
make - Insert a Runpod API Key as a value to 
RUNPOD_API_KEYinto an.envfile - Run 
uv run examples/hello_world.py 
- Run 
make pip - Activate Shell 
source .venv/bin/activate - Insert a Runpod API Key as a value to 
RUNPOD_API_KEYinto an.envfile - Run 
python -m examples.hello_world