About 5 minutes, and you only do it once. If a step doesn't work the first time, each one tells you exactly what to check. (Rather skip the terminal entirely? The desktop app path needs none of this.)
Claude Code runs inside a simple app that already comes with your computer. Instead of clicking buttons, you type a short line and press Enter — that's all you'll do here.
Cmd + Space, type Terminal, press Enter. A small window opens with a blinking cursor — that's where you type.PowerShell, press Enter. (If Windows shows more than one option, pick the one simply called "Windows PowerShell.")Not sure if you already have Git? Plenty of Windows computers do. Skip ahead and try Step 3 — if you later see an error mentioning "git" or "bash," come back here.
Copy the line for your computer, paste it into the window from Step 1, and press Enter. Text will scroll by for a minute or two — that's it working. Wait until your cursor comes back.
curl -fsSL https://claude.ai/install.sh | bash
irm https://claude.ai/install.ps1 | iex
Is this safe to paste? Yes — it downloads Claude Code's official installer straight from Anthropic (the makers of Claude), the exact method published on their own site. It's self-contained: no Node.js or other developer tools get installed (on Windows, the only companion is the Git tool from Step 2).
When the scrolling stops, type this and press Enter:
claude --version
If you see a version number, you're done with this step.
See "not recognized" or "not found" instead? That almost always just means the window needs a fresh start: close it completely, open a new one (Step 1), and try again. Still stuck? Re-run the Step 3 line in the fresh window — and if anything still seems off, type claude doctor for a plain-language checkup of your setup.
Type claude and press Enter. A short sign-in starts — when it asks how to log in, choose "Claude account with subscription" (not "Anthropic Console"). Your browser opens to log in, then you come back to this window.
No Claude account yet? Sign up at claude.ai first. A Pro account is recommended for the course exercises.
With Claude open (you'll see its welcome message), paste these one at a time:
/plugin marketplace add Till-CFO/finance-engineer-course /plugin install finance-engineer-course@finance-engineer-course /start-1-1
That last one starts Module 1 — Claude takes it from there.