Skip to content

Commit ef3279e

Browse files
authored
Merge pull request #374 from endxxxx/hotfix-20260129
fix: Wrong command for installing MemOS
2 parents 52dde19 + 25331d8 commit ef3279e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/cn/open_source/modules/memories/polardb_graph_db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pip install psycopg2-binary # 推荐:预编译版本
4141
pip install psycopg2 # 需要 PostgreSQL 开发库
4242

4343
# 安装 MemOS
44-
pip install memos
44+
pip install MemoryOS -U
4545
```
4646

4747
### 2. 配置 PolarDB

content/en/open_source/modules/memories/polardb_graph_db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pip install psycopg2-binary # Recommended: pre-compiled version
4646
pip install psycopg2 # Requires PostgreSQL development libraries
4747

4848
# Install MemOS
49-
pip install memos
49+
pip install MemoryOS -U
5050
```
5151

5252
### 2. Configure PolarDB

0 commit comments

Comments
 (0)