📚 Update documentation with pipx installation instructions

- Added pipx as recommended installation method across all docs
- Updated troubleshooting guides with PEP 668 error solutions
- Added multiple installation options with clear hierarchy
- Enhanced error handling instructions with fallback options
- Consistent installation instructions throughout documentation
This commit is contained in:
NomenAK
2025-08-22 21:20:12 +02:00
parent 418683c265
commit bdfa09af32
6 changed files with 69 additions and 8 deletions

View File

@@ -12,7 +12,14 @@ SuperClaude is a **Context Engineering Framework** that enhances Claude Code by
### 🖥️ Installation - Run in Terminal
```bash
# Recommended for Linux/macOS
pipx install SuperClaude && SuperClaude install
# Traditional method
pip install SuperClaude && SuperClaude install
# Cross-platform via NPM
npm install -g @bifrost_inc/superclaude && superclaude install
```
### 💬 First Context Triggers - Type in Claude Code Conversation