Industrial
Linguistics
Slide 6 of 13

Claude Code Prerequisites (Windows)

Slide 6 / 13

Course concept

Windows: Install uv

Or via winget:

Restart your terminal, then verify: uv --version

Prerequisites windows uv screenshot

Narration

Listen or continue with the transcript

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