Was du am Ende hast
Ein vollständig eingerichtetes Entwicklungssystem mit Python 3.8+, Git für Versionskontrolle und einem Terminal, das alle Befehle des Projekts ausführen kann.
Schritt 1: Python installieren
python3 --version (macOS/Linux) oder python --version (Windows)macOS:
brew install python3 oder Installer von python.orgLinux:
sudo apt install python3 (Ubuntu/Debian)python3 --version aus. Du solltest Python 3.8 oder höher sehen.Schritt 2: Git installieren
git version 2.34.1
# Falls nicht installiert:
# Windows: https://git-scm.com/download/win
# macOS: brew install git
# Linux: sudo apt install git
Schritt 3: Projekt herunterladen
$ cd ~/Documents
# Klone das Repository
$ git clone https://github.com/instructkr/claw-code.git
Cloning into 'claw-code'...
# Wechsle in das Projektverzeichnis
$ cd claw-code
# Verifiziere die Struktur
$ ls
src/ tests/ assets/ README.md ANLEITUNG.md
python statt python3 auf Windows"Permission denied" → Führe das Terminal als Administrator aus
"git: command not found" → Git ist nicht im PATH — neu starten oder PATH aktualisieren