From 86bb75116cbc9e752200da80835a9d4461d6138e Mon Sep 17 00:00:00 2001 From: Pichu Chen Date: Tue, 8 Jul 2025 10:49:24 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加 venv 相關的步驟,減少新手會遇到的障礙 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 253873b..3a3ed4c 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,15 @@ The best MCP server for Ptt. Proudly built by PyPtt< ## 🚀 快速開始 (Quick Start) -1. **安裝套件:** +1. **安裝套件(使用venv):** ```bash + python3 -m venv venv + source venv/bin/activate pip install ptt-mcp-server ``` + * 第二次使用的時候從 `source venv/bin/activate` 就可以了😊 + 2. **設定 MCP 客戶端:** 將以下設定加入您的 MCP 客戶端設定檔,並填入您的 PTT 帳號密碼。