uv]
インストール
# On macOS and Linux.
と書いてある。
実行してみると、
code:sh
downloading uv 0.8.10 aarch64-apple-darwin
no checksums to verify
installing to /Users/hachiman/.local/bin
uv
uvx
everything's installed!
と表示されインストール完了
アップデートは、以下らしい。
code:sh
$ uv self update
使い方
ドキュメントによると、
Projects
uv manages project dependencies and environments, with support for lockfiles, workspaces, and more, similar to rye or poetry: