Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 179 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 179 Bytes

dojos

PyCamp 2024 Coding Dojos

Setup

After cloning this repository, create a virtual env, and then run the install script:

python -m venv .venv
./scripts/install