docs: Add uv installation guide and inline callouts#2465
Conversation
Agent-Logs-Url: https://github.com/github/spec-kit/sessions/027c81a0-57f2-4f67-ab54-4c72f93eb254 Co-authored-by: mnriem <[email protected]>
|
@copilot apply changes based on the comments in this thread |
Agent-Logs-Url: https://github.com/github/spec-kit/sessions/f56bcfb8-2cf5-44a5-b5e5-0fd6c3caa46f Co-authored-by: mnriem <[email protected]>
Done in 7c19385:
|
| > [!NOTE] | ||
| > The commands below require **[uv](https://docs.astral.sh/uv/)** — a fast Python package manager. If you see `command not found: uv`, [install uv first](./docs/install/uv.md). | ||
|
|
|
@copilot apply changes based on the comments in this thread |
Agent-Logs-Url: https://github.com/github/spec-kit/sessions/a6ada1f7-522d-4a31-ac5b-880e763f9c97 Co-authored-by: mnriem <[email protected]>
Done in 3cca2f5. Updated the note to read: "The |
| The easiest way to get started is to initialize a new project. Pin a specific release tag for stability (check [Releases](https://github.com/github/spec-kit/releases) for the latest): | ||
|
|
||
| > [!NOTE] | ||
| > The commands below require **[uv](https://docs.astral.sh/uv/)**. If you see `command not found: uv` or `command not found: uvx`, [install uv first](./install/uv.md). |
|
@copilot apply changes based on the comments in this thread |
… not pipx Agent-Logs-Url: https://github.com/github/spec-kit/sessions/4ec791dd-b048-4606-8db3-671bc8956b05 Co-authored-by: mnriem <[email protected]>
Done in 1922ff9. The note in |
Users hitting
command not found: uvorcommand not found: uvxhad no in-repo guidance on installing uv, despite it being the primary install path for Spec Kit.Changes
docs/install/uv.md— new dedicated uv installation page covering all platforms (standalonecurl/irminstallers, Homebrew, WinGet, Scoop), a verification step, and a link to official Astral docsREADME.md—[!NOTE]callout added before the firstuv tool installblock in the "Option 1: Persistent Installation" section pointing users to the new guidedocs/installation.md—[!NOTE]callout added before the firstuvxblock in "Initialize a New Project" with the same pointerdocs/toc.yml— registersinstall/uv.mdunder the Getting Started section