From 0e4ab82ca219d772a10075035f7880849a29a645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AB=A5=E5=B9=B4?= Date: Thu, 28 Aug 2025 23:23:13 +0800 Subject: [PATCH] Update readme.md --- readme.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 9321989..d35f5f0 100644 --- a/readme.md +++ b/readme.md @@ -20,18 +20,20 @@ ### 安装 1. 克隆仓库: - ```bash - git clone https://github.com/tongnian0613/TrafficSafeAnalyzer.git - cd TrafficSafeAnalyzer - ``` + +```bash +git clone https://github.com/tongnian0613/TrafficSafeAnalyzer.git +cd TrafficSafeAnalyzer +``` 2. 创建虚拟环境(推荐): - ```bash -conda create -n trafficsa python=3.9 -y + +```bash +conda create -n trafficsa python=3.12 -y conda activate trafficsa pip install -r requirements.txt streamlit run app.py - ``` +``` 3. 安装依赖: @@ -78,6 +80,7 @@ pytz>=2021.3 openpyxl>=3.0.9 xlrd>=2.0.1 cryptography>=3.4.7 +openai>=2.0.0 ``` ## 配置参数