From 4904f612e1e15b9e4ed0ec85526d2470cdac75b8 Mon Sep 17 00:00:00 2001 From: bgArray <474037765@qq.com> Date: Sun, 5 Feb 2023 17:56:06 +0800 Subject: [PATCH] =?UTF-8?q?update=202023/2/5=20=E5=B0=8F=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3851be1..4bad281 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,21 @@ ## 下载安装 -- 使用pypi +- 使用pypi ```bash pip install Musicreater ``` -- 克隆仓库 +- 如果报错,尝试: + ```bash + pip install -i https://pypi.python.org/simple Musicreater + ``` +- (对于开发者来说)升级: + ```bash + pip install -i https://pypi.python.org/simple Musicreater --upgrade + ``` + +- 克隆仓库 ```bash git clone https://gitee.com/TriM-Organization/Musicreater.git cd Musicreater