From 5d05b3271134a834ca315d6691082d708758451b Mon Sep 17 00:00:00 2001 From: xiaoQQya <46475319+xiaoQQya@users.noreply.github.com> Date: Tue, 30 Sep 2025 23:45:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20README=20=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E8=BF=90=E8=A1=8C=E6=8F=90=E7=A4=BA=20No=20module=20n?= =?UTF-8?q?amed=20'app'=20=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8298221..d7f51e65 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,11 @@ git clone https://github.com/jxxghp/MoviePilot ```shell git clone https://github.com/jxxghp/MoviePilot-Resources ``` -- 安装后端依赖,设置`app`为源代码根目录,运行 `main.py` 启动后端服务,默认监听端口:`3001`,API文档地址:`http://localhost:3001/docs` +- 安装后端依赖,运行 `main.py` 启动后端服务,默认监听端口:`3001`,API文档地址:`http://localhost:3001/docs` ```shell +cd MoviePilot pip install -r requirements.txt -python3 main.py +python3 -m app.main ``` - 克隆前端项目 [MoviePilot-Frontend](https://github.com/jxxghp/MoviePilot-Frontend) ```shell