docs: Update README

This commit is contained in:
lerdb 2024-01-07 16:11:25 +08:00 committed by GitHub
parent 35fb654ecb
commit e2ae17fb6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,7 @@ flask版本即将停止支持不建议使用
```bash ```bash
git clone https://github.com/lxmusics/lx-music-api-server-python.git # clone本项目 git clone https://github.com/lxmusics/lx-music-api-server-python.git # clone本项目
cd lx-music-api-server-python # 进入项目目录
python -m pip install -r ./requirements.txt # 安装依赖 python -m pip install -r ./requirements.txt # 安装依赖
python main.py # 启动服务 python main.py # 启动服务
``` ```