Install Claude Code

Create Claude Code Account

If you don’t already have a Claude account – you’ll need to create one!ย  Go to this link and make a Pro account.ย  You’ll need a credit card ๐Ÿ™‚

Install Claude Code

Claude Code is different than just using the Claude AI.ย  It is actually installed on your computer and works with your local development environment.ย  It can read your files including database structures and actively update and write code.ย  How cool.ย  But be careful.

If you have a Mac

    1. Open up a Terminal window.ย  How?
      1. Press the cmd and spacebar keys together to get search and type in Terminal.
      2. Click on Terminal and you’ll see this application – though your path will be different.
    2. Type is this command:ย  curl -fsSL https://claude.ai/install.sh | bash
    1. Check that it worked by opening a new Terminal Window and running claude --version.ย  You should see something like this:

If you Have Windows

  1. Open up a Powershell Window.ย  How?
    1. Fastest: press Windows key, type powershell, hit Enter.
    2. Right-click menu: right-click the Start button โ†’ Windows Terminal or Terminal (on Windows 11) โ€” this opens PowerShell by default.
    3. Run dialog: Windows key + R, type powershell, press Enter.
    4. File Explorer shortcut: in any folder, hold Shift and right-click empty space โ†’ Open PowerShell window here (opens it already in that folder โ€” handy for navigating straight to a project directory).
  2. Type is this command:ย  irm https://claude.ai/install.ps1 | iex
  3. Check that it worked by opening a new PowerShell Window and running claude --version.