This commit is contained in:
2025-12-13 16:13:14 +08:00
parent 0f614c32ea
commit a92bb50342

View File

@@ -66,7 +66,6 @@ path('api/xxx/', include('hertz_studio_django_xxx.urls')),
python start_server.py --port 8000
```
- 通过bat脚本启动快捷
双击 start_server.bat
@@ -115,5 +114,11 @@ ffmpeg压缩包在根目录下面的static目录下如下图。
## 九、**快速启动**
- 安装依赖:`pip install -r requirements.txt -i https://hertz:hertz@hzpypi.hzsystems.cn/simple/`
- 安装依赖:
pip install -r requirements.txt
pip install -r hertz.txt -i https://hertz:hertz@hzpypi.hzsystems.cn/simple/
- 启动服务:`python start_server.py --port 8000`