Skip to content

feat: support uv tool install and document in README#124

Open
tcconnally wants to merge 1 commit into
NVIDIA:mainfrom
tcconnally:feat/uv-tool-install-support
Open

feat: support uv tool install and document in README#124
tcconnally wants to merge 1 commit into
NVIDIA:mainfrom
tcconnally:feat/uv-tool-install-support

Conversation

@tcconnally

Copy link
Copy Markdown

Summary

Fixes #99: Add explicit [tool.uv] section to pyproject.toml and document uv tool install as a quick installation method in the README.

Changes

  1. pyproject.toml: Add [tool.uv] section with comment documenting uv tool install support
  2. README.md: Add "Quick install with uv" section before the "From source" instructions

Usage

# One-command install (no clone needed)
uv tool install git+https://github.com/NVIDIA/skillspector.git

# Update to latest
uv tool update skillspector

Testing

All 621 tests pass. No code changes — packaging metadata only.

Add [tool.uv] section to pyproject.toml and document the
uv tool install quick-start command in the README. This
allows users to install SkillSpector with a single command:

  uv tool install git+https://github.com/NVIDIA/skillspector.git

Updates are equally simple: uv tool update skillspector

Fixes NVIDIA#99

Signed-off-by: Perseus Computing <51974392+tcconnally@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

uv tool install

1 participant