将整个项目作为包安装,增加命令行统一操作

This commit is contained in:
xaoyo 2023-10-15 10:46:11 +08:00
parent e0690adba7
commit f7e7b49843

View File

@ -60,7 +60,7 @@ PyWxDump
## 1. 安装
```shell script
git clone http://github.com/xaoyaoo/PyWxDump.git
git clone https://github.com/xaoyaoo/PyWxDump.git
cd PyWxDump
python -m pip install -U .
```