How to Install UV?

Open a terminal

Run `curl -LsSf https://astral.sh/uv/install.sh | sh`

Restart your terminal

Verify with `uv –version`

On Windows, run `powershell -ExecutionPolicy ByPass -c “irm https://astral.sh/uv/install.ps1 | iex”`

Restart PowerShell

Verify with `uv –version`

Suggested for You

Trending Today