Skip to content
Discussion options

You must be logged in to vote

Great question! pipx actually works fine here — there's nothing uv-specific about the project. You can install with:

pipx install git+https://github.com/github/spec-kit.git

We recommend uv in the docs because it's what we use internally and it handles Python version management alongside package installation, but the project uses a standard hatchling build backend and standard entry points, so any tool that can install from a git source will work.

The one thing to note is that specify-cli isn't published on PyPI (and there are unrelated packages with similar names there), so whether you use uv or pipx, you'll need the full git+https://... URL.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@D7x7z49
Comment options

@mnriem
Comment options

@D7x7z49
Comment options

Answer selected by D7x7z49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants