安装 uv
# macOS / Linux (推荐)
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows (PowerShell)
irm https://astral.sh/uv/install.ps1 | iex
# Homebrew
brew install uv
# Scoop (Windows)
scoop install uv
2026/4/17小于 1 分钟
# macOS / Linux (推荐)
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows (PowerShell)
irm https://astral.sh/uv/install.ps1 | iex
# Homebrew
brew install uv
# Scoop (Windows)
scoop install uv