Erste Schritte

Account erstellen und Claude Code installieren

Was brauchst du?

1. Einen Computer (Mac, Windows oder Linux)
2. Einen Claude-Account (kostenlos erstellbar)
3. Claude Code (die Installation dauert ca. 5 Minuten)

Teil 1: Account erstellen

1

Claude-Account anlegen

Klicke auf den Button unten, um einen Account bei Anthropic zu erstellen. Das ist die Firma, die Claude entwickelt hat.

Account erstellen

(Öffnet sich in einem neuen Fenster)

2

E-Mail bestätigen

Nach der Anmeldung bekommst du eine E-Mail. Klicke auf den Link darin, um deine E-Mail-Adresse zu bestätigen.

3

Abonnement wählen

Für Claude Code brauchst du entweder:
Claude Pro (ca. 20€/Monat) oder
Claude Max (ca. 100€/Monat, mehr Kapazität)

Der kostenlose Account reicht für den Chat, aber nicht für Claude Code.

Teil 2: Claude Code installieren

Wähle dein Betriebssystem:

4

Terminal öffnen

Drücke Cmd + Leertaste, tippe Terminal, und drücke Enter.

Es öffnet sich ein Fenster mit Text — das ist das Terminal.

5

Installations-Befehl eingeben

Kopiere diesen Befehl und füge ihn im Terminal ein (Cmd + V):

npm install -g @anthropic-ai/claude-code

Drücke Enter. Die Installation dauert etwa 1-2 Minuten.

Falls eine Fehlermeldung kommt:

Wenn du eine Meldung wie "npm: command not found" siehst, musst du zuerst Node.js installieren. Geh auf nodejs.org und lade die "LTS"-Version herunter.

4

PowerShell öffnen

Drücke die Windows-Taste, tippe PowerShell, und klicke auf "Windows PowerShell".

Es öffnet sich ein Fenster mit Text — das ist PowerShell.

5

Installations-Befehl eingeben

Kopiere diesen Befehl und füge ihn in PowerShell ein (Rechtsklick):

npm install -g @anthropic-ai/claude-code

Drücke Enter. Die Installation dauert etwa 1-2 Minuten.

Falls eine Fehlermeldung kommt:

Wenn du eine Meldung wie "npm is not recognized" siehst, musst du zuerst Node.js installieren. Geh auf nodejs.org und lade die "LTS"-Version herunter.

6

Claude Code starten

Nach der Installation kannst du Claude Code mit diesem Befehl starten:

claude

Beim ersten Start wirst du gebeten, dich anzumelden.

7

Mit deinem Account verbinden

Es öffnet sich ein Browser-Fenster. Melde dich mit deinem Claude-Account an, den du in Schritt 1 erstellt hast.

Nach der Anmeldung bist du startklar!

Geschafft!

Du hast jetzt Claude Code installiert. Im nächsten Modul lernst du, wie du effektiv mit Claude kommunizierst.

Getting Started

Create an account and install Claude Code

What do you need?

1. A computer (Mac, Windows, or Linux)
2. A Claude account (free to create)
3. Claude Code (installation takes about 5 minutes)

Part 1: Create an Account

1

Create a Claude account

Click the button below to create an account with Anthropic. That's the company that developed Claude.

Create Account

(Opens in a new window)

2

Confirm your email

After signing up, you'll receive an email. Click the link in it to confirm your email address.

3

Choose a subscription

For Claude Code, you need either:
Claude Pro (about $20/month) or
Claude Max (about $100/month, more capacity)

The free account works for chat, but not for Claude Code.

Part 2: Install Claude Code

Select your operating system:

4

Open Terminal

Press Cmd + Space, type Terminal, and press Enter.

A window with text will open — that's the Terminal.

5

Enter the installation command

Copy this command and paste it in Terminal (Cmd + V):

npm install -g @anthropic-ai/claude-code

Press Enter. Installation takes about 1-2 minutes.

If you see an error message:

If you see something like "npm: command not found", you need to install Node.js first. Go to nodejs.org and download the "LTS" version.

4

Open PowerShell

Press the Windows key, type PowerShell, and click on "Windows PowerShell".

A window with text will open — that's PowerShell.

5

Enter the installation command

Copy this command and paste it in PowerShell (right-click):

npm install -g @anthropic-ai/claude-code

Press Enter. Installation takes about 1-2 minutes.

If you see an error message:

If you see something like "npm is not recognized", you need to install Node.js first. Go to nodejs.org and download the "LTS" version.

6

Start Claude Code

After installation, you can start Claude Code with this command:

claude

On first launch, you'll be asked to sign in.

7

Connect with your account

A browser window will open. Sign in with the Claude account you created in step 1.

After signing in, you're ready to go!

Done!

You've installed Claude Code. In the next module, you'll learn how to communicate effectively with Claude.

Modul 0: Effektiv Prompten → Module 0: Effective Prompting → Alle Module All Modules