Skip to content

Install Development Versions

Eric Busboom edited this page May 17, 2024 · 1 revision

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

Clone this wiki locally