Skip to content

Commit cacb16c

Browse files
authored
Update Pyright description in README
Clarified the description for Pyright in system requirements.
1 parent ddc3d41 commit cacb16c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ This project is generously sponsored by ZMTO. Visit their website: [https://zmto
3535
| **内存** | ≥2GB | ≥4GB | 浏览器自动化需要 |
3636
| **网络** | 稳定互联网连接 | - | 可配置代理访问 Google AI Studio |
3737
| **依赖管理** | Poetry | 最新版本 | 现代化 Python 依赖管理工具 |
38-
| **类型检查** | Pyright (可选) | 最新版本 | 用于开发时类型检查和 IDE 支持 (需要 Node.js) |
38+
| **类型检查** | Pyright (可选) | 最新版本 | 用于开发时类型检查和 IDE 支持|
3939

4040
## 系统要求
4141

4242
- **Python**: >=3.9, <4.0 (推荐 3.10+ 以获得最佳性能,Docker 环境使用 3.10)
4343
- **依赖管理**: [Poetry](https://python-poetry.org/) (现代化 Python 依赖管理工具,替代传统 requirements.txt)
44-
- **类型检查**: [Pyright](https://github.com/microsoft/pyright) (可选,用于开发时类型检查和 IDE 支持,需要 Node.js 环境)
44+
- **类型检查**: [Pyright](https://github.com/microsoft/pyright) (可选,用于开发时类型检查和 IDE 支持。命令行使用需要 Node.js,IDE 集成通常不需要)
4545
- **操作系统**: Windows, macOS, Linux (完全跨平台支持,Docker 部署支持 x86_64 和 ARM64)
4646
- **内存**: 建议 2GB+ 可用内存 (浏览器自动化需要)
4747
- **网络**: 稳定的互联网连接访问 Google AI Studio (支持代理配置)

0 commit comments

Comments
 (0)