Install Python tools with a single command. Powered by uv.
For example, to install ruff:
macOS and Linux
curl -LsSf uvx.sh/ruff/install.sh | sh
Windows
powershell -ExecutionPolicy ByPass -c "irm https://uvx.sh/ruff/install.ps1 | iex"
Replace ruff with any PyPI package name.
Installing a specific version
curl -LsSf uvx.sh/ruff/0.8.3/install.sh | sh
Passing arguments
curl -LsSf uvx.sh/ruff/install.sh | sh -s -- --force
curl -LsSf uvx.sh/cmake/install.sh | sh -s -- --index https://download.pytorch.org/whl/cpu