Skip to content

Commit

Permalink
docs: README
Browse files Browse the repository at this point in the history
  • Loading branch information
helloplhm-qwq committed Jan 7, 2024
1 parent 12f9e90 commit 6a2d64d
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,29 @@
pip install poetry
```

2. 安装依赖
2. clone本项目
```bash
git clone https://github.com/lxmusics/lx-music-api-server-python.git
cd lx-music-api-server-python
```

3. 安装依赖
```bash
poetry install
```

3. 启动
4. 启动
```bash
poetry shell # 进入poetry环境
python main.py # 运行项目
```

### 直接部署

环境要求:Python 3.6+, 建议Python 3.8+
没有其他限制,能用 Python 理论上就能跑起来
flask版本即将停止支持,不建议使用
测试版本部署,linux 命令如果为 python3 请自行替换:
环境要求:Python 3.6+, 建议Python 3.8+
没有其他限制,能用 Python 理论上就能跑起来
flask版本即将停止支持,不建议使用
测试版本部署,linux 命令如果为 python3 请自行替换:

```bash
git clone https://github.com/lxmusics/lx-music-api-server-python.git # clone本项目
Expand Down

0 comments on commit 6a2d64d

Please sign in to comment.