From e00a4403368c64e2898658c5138b8d7758b06e56 Mon Sep 17 00:00:00 2001 From: EkkoG Date: Tue, 30 Jan 2024 15:31:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=8C=89=20README=20?= =?UTF-8?q?=E4=B8=AD=E6=AD=A5=E9=AA=A4=E6=9C=AC=E5=9C=B0=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E6=97=B6=E6=8F=90=E7=A4=BA=20No=20module=20named=20'app'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6d9c824..248ad2f0 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ MoviePilot需要配套下载器和媒体服务器配合使用。 1) 将工程 [MoviePilot-Plugins](https://github.com/jxxghp/MoviePilot-Plugins) plugins目录下的所有文件复制到`app/plugins`目录 2) 将工程 [MoviePilot-Resources](https://github.com/jxxghp/MoviePilot-Resources) resources目录下的所有文件复制到`app/helper`目录 3) 执行命令:`pip install -r requirements.txt` 安装依赖 - 4) 执行命令:`python app/main.py` 启动服务 + 4) 执行命令:`PYTHONPATH=. python app/main.py` 启动服务 5) 根据前端项目 [MoviePilot-Frontend](https://github.com/jxxghp/MoviePilot-Frontend) 说明,启动前端服务 ## 配置