Skip to content

Commit 8a674eb

Browse files
authored
Update README.md (#5)
增加 venv 相關的步驟,減少新手會遇到的障礙
1 parent 9f259c2 commit 8a674eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,15 @@ The best MCP server for Ptt. Proudly built by <a href="https://pyptt.cc/">PyPtt<
2525

2626
## 🚀 快速開始 (Quick Start)
2727

28-
1. **安裝套件:**
28+
1. **安裝套件(使用venv)**
2929
```bash
30+
python3 -m venv venv
31+
source venv/bin/activate
3032
pip install ptt-mcp-server
3133
```
3234

35+
* 第二次使用的時候從 `source venv/bin/activate` 就可以了😊
36+
3337
2. **設定 MCP 客戶端:**
3438
將以下設定加入您的 MCP 客戶端設定檔,並填入您的 PTT 帳號密碼。
3539
舉例來說,如果是 [gemini-cli](https://github.com/google-gemini/gemini-cli) 的話,你可以把它複製貼上到目前專案資料夾的 `.gemini/settings.json` 檔案內。

0 commit comments

Comments
 (0)