0.1: Installation
- Time to Complete: 15 minutes
Prerequisites
- Claude Pro or Max subscription (NOT free tier)
- Sign up at claude.ai if you don’t have one
- $20/month for Pro
- Mac (macOS 10.15+), Windows 10+, or Linux (Ubuntu 20.04+)
- 4 GB+ RAM
- Internet connection
- No coding tools required!
How to Open Your Terminal
Mac:
- Press
Cmd + Spaceto open Spotlight - Type “Terminal”
- Press Enter
Windows:
- Press the Windows key
- Type “PowerShell”
- Press Enter
You’ll see a window with a blinking cursor - this is where you type commands.
Install Claude Code
Copy the command below, paste it into your terminal, and press Enter.
Mac/Linux:
curl -fsSL https://claude.ai/install.sh | bashMac with Homebrew:
brew install --cask claude-codeWindows PowerShell:
irm https://claude.ai/install.ps1 | iexAfter running, close and reopen your terminal.
Verify Installation
claude --versionYou should see a version number. If you see “command not found”, close the terminal, reopen it, and try again.
Authenticate
- Type:
claude - Choose “Claude account with subscription” (NOT Anthropic Console)
- Complete browser authentication
- Select your preferred text style
- You should see the Claude Code welcome screen
Troubleshooting
command not found: claude
- Close terminal completely and reopen
- Mac: Run
source ~/.zshrcorsource ~/.bashrc - Windows: Restart PowerShell
Subscription required
- Verify active subscription at claude.ai
- Log out and log back in
Permission denied
- Mac: The install script handles permissions automatically
- Windows: Run PowerShell as Administrator
Run /doctor for diagnostics
Once inside Claude Code, type /doctor - it shows what’s working and what’s not.
Command Reference
| Command | Description |
|---|---|
claude | Launch Claude Code |
claude --version | Check Claude Code version |
claude doctor | Run system diagnostics (from terminal) |
/doctor | Run health check (inside Claude Code) |
/help | View available commands (inside Claude Code) |
Sources: Official Claude Code Setup Docs
What’s Next
0.2: Download & Start → - Download course materials and begin learning