We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a60620 + f6eb901 commit 84112eeCopy full SHA for 84112ee
1 file changed
README.md
@@ -28,6 +28,20 @@ cd code-assistant-manager
28
./install.sh
29
```
30
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
45
### Alternative Methods
46
47
```bash
0 commit comments