Update README
This commit is contained in:
16
readme.md
16
readme.md
@@ -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 文件。
|
||||||
|
|
||||||
|
[](https://github.com/tongnian0613/TrafficSafeAnalyzer/LICENSE)
|
||||||
|
[](https://travis-ci.org/tongnian0613/repo)
|
||||||
|
|||||||
Reference in New Issue
Block a user