更新
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
- `Python 3.10+`(建议 3.12.3)
|
||||
- 操作系统:Windows
|
||||
- redis:本地 `Redis` 服务(默认地址 `redis://127.0.0.1:6379`)
|
||||
- mysql(支持切换mysql):在.env文件里面将mysql配置修改为你的数据库信息
|
||||
|
||||
|
||||
|
||||
@@ -36,7 +37,7 @@ pip install hertz-studio-django-yolo -i https://hertz:hertz@hzpypi.hzsystems.cn/
|
||||
|
||||
### 2)下载全部库
|
||||
|
||||
pip install -r requirements.txt -i https://hzpypi.hzsystems.cn/simple/
|
||||
pip install -r requirements.txt -i https://hertz:hertz@hzpypi.hzsystems.cn/simple/
|
||||
|
||||
|
||||
|
||||
@@ -130,4 +131,4 @@ ffmpeg压缩包在根目录下面的static目录下,如下图。
|
||||
## 九、**快速启动**
|
||||
|
||||
- 安装依赖:`pip install -r requirements.txt -i https://hertz:hertz@hzpypi.hzsystems.cn/simple/`
|
||||
- 启动服务:`python start_server.py --port 8000`
|
||||
- 启动服务:`python start_server.py`
|
||||
|
||||
Reference in New Issue
Block a user