Skip to content

Commit 3af7e03

Browse files
authored
Merge pull request #58 from zhujian0805/main
Update README: clarify local installation since package not yet published
2 parents ebfcd94 + ec83fd5 commit 3af7e03

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff 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
3438
curl -fsSL https://raw.githubusercontent.com/Chat2AnyLLM/code-assistant-manager/main/install.sh | bash
3539

36-
# Install from source
40+
# Install from source directly
3741
git clone https://github.com/Chat2AnyLLM/code-assistant-manager.git
3842
cd code-assistant-manager
3943
pip install -e ".[dev]"

0 commit comments

Comments
 (0)