Skip to content

Commit 89c44ce

Browse files
Phil-Fanraychen911
authored andcommitted
fix(docs): fix pip install command formatting
- Removed extra spaces within the optional dependencies list - Added quotes around the dependency list to ensure proper bash parsing - Corrected capitalization for consistency in package names
1 parent 8fdf6d8 commit 89c44ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pip install trpc-agent-py
8484
Install optional capabilities as needed:
8585

8686
```bash
87-
pip install trpc-agent-py[a2a,ag-ui,knowledge,agent-claude,mem0, Mempalace, langfuse]
87+
pip install "trpc-agent-py[a2a,ag-ui,knowledge,agent-claude,mem0,mempalace,langfuse]"
8888
```
8989

9090
### Develop Weather Agent

0 commit comments

Comments
 (0)