Skip to content

Commit 8fdf6d8

Browse files
Phil-Fanraychen911
authored andcommitted
fix(docs): correct README installation command syntax
- Fix pip install command by enclosing extras in double quotes - Remove extra spaces and normalize casing in extra packages list - Ensure command works correctly for installing optional dependencies
1 parent 4336564 commit 8fdf6d8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.zh_CN.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,9 @@ pip install trpc-agent-py
8484
按需安装扩展能力:
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

90-
9190
### 开发天气查询Agent
9291

9392
```python

0 commit comments

Comments
 (0)