Update README.md

Add "Missing Python?" section

Signed-off-by: NomenAK <39598727+NomenAK@users.noreply.github.com>
This commit is contained in:
NomenAK
2025-07-14 16:50:41 +02:00
committed by GitHub
parent 55b01276ec
commit 3bd577672a

View File

@@ -90,6 +90,18 @@ python3 SuperClaude.py install --quick
# That's it! 🎉
```
**Missing Python?**
```bash
# Linux (Ubuntu/Debian)
sudo apt update && sudo apt install python3 python3-pip
# macOS
brew install python3
# Windows
# Download from https://python.org/downloads/
```
### Other Installation Options
```bash
# Minimal install (just core framework)