We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f259c2 commit 8a674ebCopy full SHA for 8a674eb
README.md
@@ -25,11 +25,15 @@ The best MCP server for Ptt. Proudly built by <a href="https://pyptt.cc/">PyPtt<
25
26
## 🚀 快速開始 (Quick Start)
27
28
-1. **安裝套件:**
+1. **安裝套件(使用venv):**
29
```bash
30
+ python3 -m venv venv
31
+ source venv/bin/activate
32
pip install ptt-mcp-server
33
```
34
35
+ * 第二次使用的時候從 `source venv/bin/activate` 就可以了😊
36
+
37
2. **設定 MCP 客戶端:**
38
將以下設定加入您的 MCP 客戶端設定檔,並填入您的 PTT 帳號密碼。
39
舉例來說,如果是 [gemini-cli](https://github.com/google-gemini/gemini-cli) 的話,你可以把它複製貼上到目前專案資料夾的 `.gemini/settings.json` 檔案內。
0 commit comments