Update readme.md

This commit is contained in:
2025-08-28 23:23:13 +08:00
committed by GitHub
parent 17a8336e13
commit 0e4ab82ca2

View File

@@ -20,14 +20,16 @@
### 安装 ### 安装
1. 克隆仓库: 1. 克隆仓库:
```bash ```bash
git clone https://github.com/tongnian0613/TrafficSafeAnalyzer.git git clone https://github.com/tongnian0613/TrafficSafeAnalyzer.git
cd TrafficSafeAnalyzer cd TrafficSafeAnalyzer
``` ```
2. 创建虚拟环境(推荐): 2. 创建虚拟环境(推荐):
```bash ```bash
conda create -n trafficsa python=3.9 -y conda create -n trafficsa python=3.12 -y
conda activate trafficsa conda activate trafficsa
pip install -r requirements.txt pip install -r requirements.txt
streamlit run app.py streamlit run app.py
@@ -78,6 +80,7 @@ pytz>=2021.3
openpyxl>=3.0.9 openpyxl>=3.0.9
xlrd>=2.0.1 xlrd>=2.0.1
cryptography>=3.4.7 cryptography>=3.4.7
openai>=2.0.0
``` ```
## 配置参数 ## 配置参数