Problem
Installation instructions use uv tool install / uvx as the first command users run, but neither the README nor docs/installation.md explains what uv is or how to install it. Users on all platforms get command not found: uv on first attempt.
Closes #1351
Closes #1357
Proposed fix
-
Create docs/install/uv.md — a dedicated page covering:
- What uv is (fast Python package manager by Astral)
- Installation per platform: standalone installer (
curl/irm), Homebrew, WinGet/Scoop
- Verification (
uv --version)
- Link to full Astral docs
-
Add inline callouts before the first uv command in:
README.md (Get Started section)
docs/installation.md (Prerequisites section)
Something like: "Requires uv — install it first if you don't have it."
The docs/install/ directory already exists (empty), so this fits the intended structure.
Problem
Installation instructions use
uv tool install/uvxas the first command users run, but neither the README nordocs/installation.mdexplains what uv is or how to install it. Users on all platforms getcommand not found: uvon first attempt.Closes #1351
Closes #1357
Proposed fix
Create
docs/install/uv.md— a dedicated page covering:curl/irm), Homebrew, WinGet/Scoopuv --version)Add inline callouts before the first
uvcommand in:README.md(Get Started section)docs/installation.md(Prerequisites section)Something like: "Requires uv — install it first if you don't have it."
The
docs/install/directory already exists (empty), so this fits the intended structure.