/dojos

PyCamp 2024 Coding Dojos

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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