mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
Update README.md
Add "Missing Python?" section Signed-off-by: NomenAK <39598727+NomenAK@users.noreply.github.com>
This commit is contained in:
12
README.md
12
README.md
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user