CIO in the AI World — Udemy Course

Set Up Your Demos

Subscribe, install one tool, paste one prompt. Five minutes and you're ready for every hands-on demo in the course.

1
Get a Claude Pro or Max subscription
Go to claude.ai, create an account, and subscribe to Pro ($20/month) or Max. This gives you access to Claude Code — the AI coding tool that runs in your terminal and powers every demo in this course.
2
Install Claude Code
Open your terminal and copy-paste the install command for your system:
Open Terminal and paste:
curl -fsSL https://claude.ai/install.sh | bash
Open Terminal and paste:
curl -fsSL https://claude.ai/install.sh | bash
Open PowerShell and paste:
irm https://claude.ai/install.ps1 | iex
3
Launch Claude Code
In the same terminal, type:
claude
First time? It will open your browser to log in with your Anthropic account. Follow the prompts, then come back to the terminal.
You should see a screen like this:
Terminal
$ claude
Claude Code — type your message, then press Enter
Paste the setup prompt here and hit Enter.
Do NOT paste the prompt into claude.ai (the website). Claude Code runs in your terminal — that's where you paste it.

Copy the entire prompt below and paste it into the Claude Code terminal. Hit Enter and let it run. This is everything Claude needs to set up your machine — characters you don't have to type.


            

What happens next

Something not working?

You only do this once. After setup, just type ciodemos in any terminal to launch the demos.