更新readme

This commit is contained in:
xaoyo 2023-10-17 10:43:25 +08:00
parent 745c79563a
commit 17f0112ee8

View File

@ -92,15 +92,15 @@ pip install pywxdump
### 1.2 从源码安装 ### 1.2 从源码安装
```shell script ```shell script
git clone https://github.com/xaoyaoo/PyWxDump.git pip install git+git://github.com/xaoyaoo/PyWxDump.git
cd PyWxDump
python -m pip install -U .
``` ```
```shell script ```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. 使用方法 ## 2. 使用方法