File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -15,25 +15,29 @@ Tired of juggling multiple AI coding assistants? **CAM** is a unified Python CLI
1515
1616## Installation
1717
18- Choose your preferred installation method:
19-
2018### Quick Install (Recommended)
2119
20+ Since CAM is not yet published to PyPI, install it locally:
21+
2222``` bash
23- # Install via pip (Python 3.9+)
24- pip install code-assistant-manager
23+ # Clone the repository
24+ git clone https://github.com/Chat2AnyLLM/code-assistant-manager.git
25+ cd code-assistant-manager
26+
27+ # Run the install script
28+ ./install.sh
2529```
2630
2731### Alternative Methods
2832
2933``` bash
30- # Install using the install script
34+ # Install using the install script directly
3135./install.sh
3236
33- # Or install directly from the web
37+ # Or install from the web
3438curl -fsSL https://raw.githubusercontent.com/Chat2AnyLLM/code-assistant-manager/main/install.sh | bash
3539
36- # Install from source
40+ # Install from source directly
3741git clone https://github.com/Chat2AnyLLM/code-assistant-manager.git
3842cd code-assistant-manager
3943pip install -e " .[dev]"
You can’t perform that action at this time.
0 commit comments