From 3bd577672ae5b466460a6102c5420b37b4d76b09 Mon Sep 17 00:00:00 2001 From: NomenAK <39598727+NomenAK@users.noreply.github.com> Date: Mon, 14 Jul 2025 16:50:41 +0200 Subject: [PATCH] Update README.md Add "Missing Python?" section Signed-off-by: NomenAK <39598727+NomenAK@users.noreply.github.com> --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9e30579..20338f6 100644 --- a/README.md +++ b/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)