chore: note PEP 668 / venv in docs review verification

pull/18/head
VinPropane 2026-04-03 22:13:56 -04:00
parent 0a07f1dec9
commit 1bdc29288d
1 changed files with 1 additions and 0 deletions

View File

@ -57,4 +57,5 @@ None identified.
## Verification
- Re-run locally: `pip install -r scripts/requirements-content.txt && python scripts/validate_content.py && python scripts/check_decomposition_language.py`
- If **`pip install`** fails with **PEP 668** (externally managed environment), use a venv (e.g. `python3 -m venv .venv-content`, then `.venv-content/bin/pip install -r scripts/requirements-content.txt``.venv-content/` is gitignored) or rely on the **PR gate** workflow for the same checks.
- Before merge: grep for **`epic_02_classless_progression`** (should be **zero**); quick click-test of `docs/game-design/overview.md` links in the GitHub preview for the PR.