Skip to content

Commit 84112ee

Browse files
authored
Merge pull request #65 from GodSpoon/patch-1
Update README.md
2 parents 8a60620 + f6eb901 commit 84112ee

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,20 @@ cd code-assistant-manager
2828
./install.sh
2929
```
3030

31+
Or use pipx (Works on MacOS)
32+
33+
```bash
34+
# Install pipx if not present
35+
brew install pipx
36+
37+
# Clone the repository
38+
git clone https://github.com/Chat2AnyLLM/code-assistant-manager.git
39+
cd code-assistant-manager
40+
41+
# Install using pipx
42+
pipx install .
43+
```
44+
3145
### Alternative Methods
3246

3347
```bash

0 commit comments

Comments
 (0)