From 4560a95facaafabbb9014f7d1aff4f2210ac8eb4 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 11 May 2026 15:14:05 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=8A=A0=20CLAUDE.md=20(=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E7=8E=AF=E5=A2=83=E7=AC=94=E8=AE=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 记录 .venv 位置, 提醒用 .venv/Scripts/python.exe 跑脚本 —— 全局 python 没装 litellm 等依赖, 直接报 ModuleNotFoundError. Co-Authored-By: Claude Opus 4.7 (1M context) --- CLAUDE.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..ca41046 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,7 @@ +# zcbot 开发笔记 (给 Claude Code) + +## 环境 + +- **Python 虚拟环境**: `.venv/`(项目根目录下),所有依赖装在里面 +- 跑脚本 / 测试一律用 `.venv/Scripts/python.exe ...`,**不要用全局 `python`**(没装 litellm/python-pptx 等会报 ModuleNotFoundError) +- requirements 见 `requirements.txt`