mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
📚 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:
@@ -240,7 +240,7 @@ if command -v SuperClaude &> /dev/null; then
|
||||
echo " ✅ SuperClaude installation available"
|
||||
python3 -m SuperClaude --version
|
||||
else
|
||||
echo " ❌ SuperClaude not found - install with: pip install SuperClaude"
|
||||
echo " ❌ SuperClaude not found - install with: pipx install SuperClaude (or pip install SuperClaude)"
|
||||
fi
|
||||
|
||||
# Check context files
|
||||
|
||||
Reference in New Issue
Block a user