We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Suppose that we are working on the Python-Level-O repo. First, clone the repo:
git clone https://github.com/league-curriculum/Python-Level-0.git cd Python-Level-0
Create a virtual environment
python -mvenv .venv source .venv/bin/activate
Install lesson builder: pip install -e git+https://github.com/league-infrastructure/lesson-builder.git#egg=lesson-builder
There was an error while loading. Please reload this page.