Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 259 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 259 Bytes

want a python environment that just works?

here you go!

gh repo clone zzstoatzz/python-pack
cd python-pack
make clean
make dev
source .venv/bin/activate
pytest

# and if you have an OPENAI_API_KEY set, you can run the todo app example:
make example