To be able to get started hands-on during the training, you will need the following:
1. Install Claude Code
Windows (PowerShell): irm https://claude.ai/install.ps1 | iex
Windows (WinGet): winget install Anthropic.ClaudeCode
macOS/Linux (Homebrew): brew install claude-code
Requirement: Git for Windows must be installed (https://git-scm.com). On macOS/Linux this is already available.
2. Choose one of these options for access to Claude:
Option A: Claude subscription
Get a Claude Pro ($20/month) or Claude Max ($100/month) subscription via https://claude.ai
When starting Claude in the terminal for the first time, log in with your Claude account
Advantage: fixed monthly cost, no surprises
Claude Pro is sufficient for the training
Note: the free Claude.ai plan does not work with Claude Code
Option B: Anthropic API key
Create an account at https://console.anthropic.com
Go to API Keys and create a new key
Add credit (minimum $5)
Advantage: pay only for what you use
Disadvantage: can become more expensive quickly with heavy usage
Which option to choose?
For most participants, Option A (Claude Pro) is the easiest. You get immediate access, no hassle with API keys, and after the training you can continue using Claude via the web app. If you prefer pay-per-use, choose Option B.
If you set up your account and subscription in advance, we can get started more quickly.
