docs(weixin): clarify source-only installation in README

This commit is contained in:
Xubin Ren
2026-03-24 02:51:50 +00:00
parent b5c95b1a34
commit d454386f32

View File

@@ -724,10 +724,14 @@ nanobot gateway
Uses **HTTP long-poll** with QR-code login via the ilinkai personal WeChat API. No local WeChat desktop client is required. Uses **HTTP long-poll** with QR-code login via the ilinkai personal WeChat API. No local WeChat desktop client is required.
**1. Install the optional dependency** > Weixin support is available from source checkout, but is not included in the current PyPI release yet.
**1. Install from source**
```bash ```bash
pip install nanobot-ai[weixin] git clone https://github.com/HKUDS/nanobot.git
cd nanobot
pip install -e ".[weixin]"
``` ```
**2. Configure** **2. Configure**