mirror of
https://github.com/github/spec-kit
synced 2026-06-21 13:51:39 +00:00
fix: clarify PyPI availability timing in docs
- README: note source install is useful when PyPI version lags - Installation guide: explain PyPI follows GitHub releases and may lag briefly; source installs are always immediately available Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -50,7 +50,7 @@ Requires **[uv](https://docs.astral.sh/uv/)** ([install uv](https://github.com/g
|
||||
uv tool install specify-cli
|
||||
```
|
||||
|
||||
Or install from source using a specific [release](https://github.com/github/spec-kit/releases) tag:
|
||||
Or install from source using a specific [release](https://github.com/github/spec-kit/releases) tag (useful if the PyPI version is not yet available for a new release):
|
||||
|
||||
```bash
|
||||
uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@vX.Y.Z
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
## Installation
|
||||
|
||||
> [!NOTE]
|
||||
> The official `specify-cli` package is published to [PyPI](https://pypi.org/project/specify-cli/) by the [github/spec-kit](https://github.com/github/spec-kit) maintainers. Source installs from the GitHub repository are also supported.
|
||||
> The official `specify-cli` package is published to [PyPI](https://pypi.org/project/specify-cli/) by the [github/spec-kit](https://github.com/github/spec-kit) maintainers. PyPI publishing follows each GitHub release and may lag briefly. Source installs from the GitHub repository are always available immediately.
|
||||
|
||||
### Persistent Installation (Recommended)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user