Industrial
Linguistics
Slide 7 of 13

Claude Code Prerequisites (Windows)

Slide 7 / 13

Course concept

Install Claude Code

Claude Code now has a native installer:

Installs claude and sets up automatic updates.

Alternative: winget install Anthropic.ClaudeCode.

Verify: claude --version

Prerequisites claude code install screenshot

Narration

Listen or continue with the transcript

Transcript

Now we can install Claude Code itself. It has a native installer that makes this easy.

Run the PowerShell command shown on the slide. Again, this looks cryptic but you don't need to understand it - just copy and paste it from the slide. It downloads and runs the official installer, which sets up the claude command and configures automatic updates.

Verify the installation by running claude --version. You should see a version number.

Commands

Install Claude Code
irm https://claude.ai/install.ps1 | iex
Verify installation
claude --version