For talks, presentations, workshops, demos.
python3 -m venv .venv
source .venv/bin/activate
pip install pip --upgrade
pip install -e ".[dev]"Install uv.
Run
uv sync
uv venvTest with
uv run pytest --doctest-modules src --cov src --cov-report=htmlOr without coverage
uv run pytest --doctest-modules src-
doctest -
mutation tests with
mutmut -
venvand differences betweenconda envandvenv -
presentations:
This repository deploys .presentations/local-coding-with-llm to GitHub Pages
using .github/workflows/gh-pages.yml.
After enabling Settings → Pages → Build and deployment → GitHub Actions, the presentation will be available at:
https://<your-github-username>.github.io/<your-repository-name>/