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
irm https://astral.sh/uv/install.ps1 | iex
winget install astral-sh.uv
uv --version