docs: clarify system python 3.8 usage

This commit is contained in:
ila
2026-07-04 22:46:26 +08:00
parent baf77d1176
commit 21dbdf81ed
5 changed files with 18 additions and 5 deletions
+2 -1
View File
@@ -26,8 +26,9 @@
## 当前事实
- Python 版本目标:Python 3.8。
- Python 版本目标:当前系统 Python 3.8,不创建虚拟环境。
- Web 框架目标:Flask 3.0.3。
- 依赖管理:T-001 创建 `requirements.txt`,使用 `python -m pip install -r requirements.txt` 安装到当前系统 Python 3.8 环境。
- 计划使用 Redis 保存 CHIS 会话缓存。
- 当前已有资料:`reverse_file/` 下的 CHIS 前端脚本、schema 和 HAR。
- 当前已有查询 HAR:`reverse_file/20260704_query_health_check.har`,包含 `getHMNIListOfHTML` 和 `getCheckInfoDetail`。