From a92bb503427a1dd9523a90e81b9534cb23a45520 Mon Sep 17 00:00:00 2001 From: pony <1356137040@qq.com> Date: Sat, 13 Dec 2025 16:13:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 后端部署教程(开发人员用).md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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` +