AI Tools Setup
Set up your AI tools
Before your Real Minds AI training, here's what to install and sign up for. Check the table for your course, then follow the sections below for each tool you need.
Your course's tools
| Course | Name | Tools needed | Paid Claude? |
|---|---|---|---|
| CC01 | Claude Code Foundations | Claude Code | Yes |
| CC01-1 | Claude Code Foundations — Launch Edition | Claude Code | Yes |
| CC02 | Building Business Apps | Claude Desktop app | Yes |
| CC02-1 | Building Business Apps — Launch Edition | Claude Desktop app | Yes |
| CC03 | Claude Code for Data & Research | Claude Code | Yes |
| CC04 | Claude for Business Operations | Claude Desktop app · Google Gemini | Yes |
| CC08 | Cowork Solo Session with Dennis | Claude Code · Claude Desktop app · Google Gemini | Yes |
| CC09 | Cowork Solo Session with Tracy | Claude Code · Claude Desktop app · Google Gemini | Yes |
| CC10 | Team Training: Claude Code Foundations | Claude Code · Claude Desktop app · Google Gemini | Yes |
| CC11 | Team Training: Building Business Apps | Claude Code · Claude Desktop app · Google Gemini | Yes |
| CC12 | Team Training: Claude Code for Data & Research | Claude Code · Claude Desktop app · Google Gemini | Yes |
| CC13 | Team Training: Claude for Business Operations | Claude Code · Claude Desktop app · Google Gemini | Yes |
One row per active course. Sessions are run on Microsoft Teams; the tools below are what you'll use during and after class.
You need a paid Claude plan
The free tier of Claude has usage limits that will hit you mid-session — a 3.5-hour build session burns through tokens fast. A paid plan keeps you working.
Plans that qualify: Pro, Max, Teams, Enterprise, or Anthropic API billing.
Rough price: Claude Pro is around AUD $30/month. Live pricing.
Upgrade: claude.ai/upgrade.
If your organisation already pays for Claude (Teams or Enterprise), ask your admin for an invitation before the session.
Install the Claude Desktop app
The desktop app is the friendlier home for chat, Projects, and Artifacts. Most CC02 / CC04 / cowork sessions run from here.
Download: claude.ai/download (Mac and Windows).
Mac
- Download the
.dmgfrom the link above. - Open the
.dmgand drag Claude into Applications. - Launch Claude from Applications. Allow notifications when prompted.
- Sign in with the email tied to your paid plan.
Windows
- Download the
.exeinstaller from the link above. - Run the installer; accept the default install location.
- Launch Claude from the Start menu.
- Sign in with the email tied to your paid plan.
Reference: Anthropic — Claude app docs.
Install Claude Code (CLI)
Claude Code runs in your terminal. CC01 / CC03 sessions and most cowork builds use it.
Prerequisites:
- Claude Desktop app installed and signed in (section above) — Claude Code authenticates through it.
- Node.js 18 or newer. If
node --versionsays nothing or under 18, install the LTS from nodejs.org.
Mac / Linux
- Open Terminal.
- Run
npm install -g @anthropic-ai/claude-code. - Run
claude. Follow the sign-in prompt — it will open a browser tab for authentication via the Claude app.
Windows
- Open PowerShell (or use WSL if you're already set up there).
- Run
npm install -g @anthropic-ai/claude-code. - Run
claude. Follow the sign-in prompt.
claude in your terminal launches the assistant and accepts a prompt without asking you to sign in again.
Reference: Anthropic — Claude Code docs.
Set up Google Gemini
No install. You just need a Google account and a browser. The free tier is fine for our training.
- Sign in to (or create) a Google account.
- Go to gemini.google.com.
- Send a test prompt — anything. Confirm it responds.
Reference: Google — Gemini help.
First-run checklist
Before your session, confirm:
- Claude Desktop opens and your account shows the paid-plan badge.
clauderuns in your terminal and authenticates without prompting again — only if your course uses Claude Code.gemini.google.comopens and you can send a test prompt — only if your course uses Gemini.
Troubleshooting
- I signed in but see an "upgrade" prompt
- Your account isn't on a paid plan. Upgrade at claude.ai/upgrade, then sign in again.
npm: command not found- Node.js isn't installed (or isn't on your PATH). Install Node.js LTS from nodejs.org and reopen your terminal.
- Claude Code installed but won't sign in
- Make sure the Claude Desktop app is installed and signed in first — Claude Code authenticates through it.
- My work laptop blocks installs
- Check with IT before the session, or join from a personal device. We can adapt during the session if you're stuck on a locked-down machine.
- Gemini asks me to verify a phone number or region
- Follow Google's prompts — the free tier works across Australia. If verification fails, try a different Google account or skip Gemini for the session.
Still stuck?
Email hello@realmindsai.au. We respond within 48 hours of every booked session.