Update README

This commit is contained in:
2025-08-19 22:21:56 +08:00
parent 6441b7a592
commit 5a30ae025e

View File

@@ -27,13 +27,10 @@
2. 创建虚拟环境(推荐): 2. 创建虚拟环境(推荐):
```bash ```bash
# Windows conda create -n trafficsa python=3.9 -y
python -m venv venv conda activate trafficsa
venv\Scripts\activate pip install -r requirements.txt
streamlit run app.py
# Linux/macOS
python -m venv venv
source venv/bin/activate
``` ```
3. 安装依赖: 3. 安装依赖:
@@ -142,4 +139,7 @@ streamlit run app.py
## 许可证 ## 许可证
MIT License - 详见 LICENSE 文件。 MIT License - 详见 LICENSE 文件。
[![GitHub license](https://img.shields.io/github/license/tongnian0613/repo)](https://github.com/tongnian0613/TrafficSafeAnalyzer/LICENSE)
[![Build Status](https://img.shields.io/travis/username/repo)](https://travis-ci.org/tongnian0613/repo)