From 17f0112ee83517a976ecf509c1cb5ee504f6c82f Mon Sep 17 00:00:00 2001 From: xaoyo Date: Tue, 17 Oct 2023 10:43:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1424e39..3e4faf7 100644 --- a/README.md +++ b/README.md @@ -92,15 +92,15 @@ pip install pywxdump ### 1.2 从源码安装 ```shell script -git clone https://github.com/xaoyaoo/PyWxDump.git -cd PyWxDump -python -m pip install -U . +pip install git+git://github.com/xaoyaoo/PyWxDump.git ``` 或 ```shell script -pip install git+git://github.com/xaoyaoo/PyWxDump.git +git clone https://github.com/xaoyaoo/PyWxDump.git +cd PyWxDump +python -m pip install -U . ``` ## 2. 使用方法