Add uv as a recommended alternative alongside the existing pip commands in README.md. Additive and docs-only — no structural/packaging changes, pip stays documented.
Scope
- Keep end-user line
pip install datamaxi (README:41); add uv equivalent (uv pip install datamaxi / uv add datamaxi).
- Contributor setup (README:416/423): document
uv venv + uv pip install -r requirements/common.txt (and requirements-test.txt) next to the pip variants.
Non-goals
- No changes to
requirements/*.txt, pyproject.toml dynamic deps, tox, or CI. That's the follow-up (adopt uv in dev + CI).
Done when
- README shows uv as an alternative for both end-user install and contributor setup, with pip retained.
Add
uvas a recommended alternative alongside the existing pip commands inREADME.md. Additive and docs-only — no structural/packaging changes, pip stays documented.Scope
pip install datamaxi(README:41); add uv equivalent (uv pip install datamaxi/uv add datamaxi).uv venv+uv pip install -r requirements/common.txt(andrequirements-test.txt) next to the pip variants.Non-goals
requirements/*.txt,pyproject.tomldynamic deps, tox, or CI. That's the follow-up (adopt uv in dev + CI).Done when