Slide 6 / 13
Slide 6

Transcript

To install uv on Windows, open PowerShell and run the command shown on the slide. This command looks a bit cryptic, but don't worry - you don't need to understand it. It simply downloads and runs the official uv installer. You can copy and paste it directly from the slide.

Alternatively, if you have winget installed, you can use the simpler command: winget install astral-sh.uv.

After installation, verify it's working by running uv --version.

Commands

Install uv (PowerShell)
irm https://astral.sh/uv/install.ps1 | iex
Or install via winget
winget install astral-sh.uv
Verify installation
uv --version