Update readme.md
This commit is contained in:
17
readme.md
17
readme.md
@@ -20,18 +20,20 @@
|
|||||||
### 安装
|
### 安装
|
||||||
|
|
||||||
1. 克隆仓库:
|
1. 克隆仓库:
|
||||||
```bash
|
|
||||||
git clone https://github.com/tongnian0613/TrafficSafeAnalyzer.git
|
```bash
|
||||||
cd TrafficSafeAnalyzer
|
git clone https://github.com/tongnian0613/TrafficSafeAnalyzer.git
|
||||||
```
|
cd TrafficSafeAnalyzer
|
||||||
|
```
|
||||||
|
|
||||||
2. 创建虚拟环境(推荐):
|
2. 创建虚拟环境(推荐):
|
||||||
```bash
|
|
||||||
conda create -n trafficsa python=3.9 -y
|
```bash
|
||||||
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
3. 安装依赖:
|
3. 安装依赖:
|
||||||
|
|
||||||
@@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
## 配置参数
|
## 配置参数
|
||||||
|
|||||||
Reference in New Issue
Block a user