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