mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
🚀 v4.0.4 - Enhanced installation with pipx support
- Added automatic detection of PEP 668 environments - Implemented pipx as preferred installation method for Linux/macOS - Added fallback to pip --user for externally managed environments - Improved error messages with clear installation alternatives - Added --break-system-packages as last resort option - Updated NPM wrapper to handle all installation scenarios - Enhanced update mechanism to detect and use correct tool
This commit is contained in:
14
README.md
14
README.md
@@ -1,9 +1,9 @@
|
||||
# SuperClaude v4.0.3 🚀
|
||||
# SuperClaude v4.0.4 🚀
|
||||
[](https://superclaude-org.github.io/SuperClaude_Website/)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://pypi.org/project/SuperClaude/)
|
||||
[](https://www.npmjs.com/package/@bifrost_inc/superclaude)
|
||||
[](https://github.com/SuperClaude-Org/SuperClaude_Framework)
|
||||
[](https://github.com/SuperClaude-Org/SuperClaude_Framework)
|
||||
[](https://github.com/SuperClaude-Org/SuperClaude_Framework/issues)
|
||||
[](https://github.com/SuperClaude-Org/SuperClaude_Framework/blob/master/CONTRIBUTING.md)
|
||||
[](https://github.com/SuperClaude-Org/SuperClaude_Framework/graphs/contributors)
|
||||
@@ -14,11 +14,19 @@ SuperClaude is a meta-programming configuration framework that transforms Claude
|
||||
## Quick Start
|
||||
|
||||
```bash
|
||||
# Via Python (recommended)
|
||||
# Via pipx (recommended for Linux/macOS)
|
||||
pipx install SuperClaude && SuperClaude install
|
||||
|
||||
# Via pip (traditional)
|
||||
pip install SuperClaude && SuperClaude install
|
||||
|
||||
# Via NPM (cross-platform)
|
||||
npm install -g @bifrost_inc/superclaude && superclaude install
|
||||
|
||||
# If you get PEP 668 errors, use one of these:
|
||||
pipx install SuperClaude # Recommended
|
||||
pip install --user SuperClaude # User install
|
||||
pip install --break-system-packages SuperClaude # Force (use with caution)
|
||||
```
|
||||
|
||||
## Support the Project 💖
|
||||
|
||||
Reference in New Issue
Block a user