Add requirements and installation guide (#1)
This commit is contained in:
parent
e9fcaf508e
commit
78422a7d33
14
README.md
14
README.md
@ -11,3 +11,17 @@ PlexPlaylistSync 是一个用于同步 Plex 播放列表和本地 `.m3u`/`.m3u8`
|
|||||||
- **支持流媒体播放列表导入**: 从 Spotify、Deezer、Tidal 导入播放列表并匹配 Plex 资源。
|
- **支持流媒体播放列表导入**: 从 Spotify、Deezer、Tidal 导入播放列表并匹配 Plex 资源。
|
||||||
- **低功耗运行**: 适合 NAS 或服务器 24 小时运行,优化资源使用,减少能耗。
|
- **低功耗运行**: 适合 NAS 或服务器 24 小时运行,优化资源使用,减少能耗。
|
||||||
- **Docker 部署**: 可通过 Docker 轻松部署和运行。
|
- **Docker 部署**: 可通过 Docker 轻松部署和运行。
|
||||||
|
|
||||||
|
## 安装
|
||||||
|
|
||||||
|
首先安装依赖:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
然后启动服务:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
uvicorn app.main:app --port 8080
|
||||||
|
```
|
||||||
|
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
fastapi
|
||||||
|
uvicorn[standard]
|
||||||
|
jinja2
|
||||||
|
python-multipart
|
Loading…
Reference in New Issue
Block a user