diff --git a/后端部署教程(开发人员用).md b/后端部署教程(开发人员用).md index 431ece6..602a242 100644 --- a/后端部署教程(开发人员用).md +++ b/后端部署教程(开发人员用).md @@ -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` +