Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,15 @@ The best MCP server for Ptt. Proudly built by <a href="https://pyptt.cc/">PyPtt<

## 🚀 快速開始 (Quick Start)

1. **安裝套件:**
1. **安裝套件(使用venv):**
```bash
python3 -m venv venv
Copy link

Copilot AI Jul 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It may be helpful to remind users to add the venv/ directory to .gitignore to avoid committing the virtual environment to the repository.

Copilot uses AI. Check for mistakes.
source venv/bin/activate
pip install ptt-mcp-server
```

* 第二次使用的時候從 `source venv/bin/activate` 就可以了😊

2. **設定 MCP 客戶端:**
將以下設定加入您的 MCP 客戶端設定檔,並填入您的 PTT 帳號密碼。

Expand Down