Add websocket-client to requirements; sync docs
site_anneng 的 CDP 驱动用到 websocket-client,此前 requirements.txt 缺漏, 需额外手动安装。补进 requirements.txt,并把 README/CLAUDE 里"暂未列入"的 临时提示改为"已包含"。 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -13,9 +13,8 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
|
||||
`.venv/Scripts/python.exe`,无需激活)。
|
||||
|
||||
```bash
|
||||
# 安装依赖(安能的 CDP 驱动还需 websocket-client,requirements.txt 暂未列入)
|
||||
# 安装依赖(含安能 CDP 驱动所需的 websocket-client)
|
||||
pip install -r requirements.txt
|
||||
pip install websocket-client
|
||||
playwright install chromium
|
||||
|
||||
# 运行主程序(交互式菜单,详见 main_router 的 run_multi_site_daemon)
|
||||
|
||||
Reference in New Issue
Block a user