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

This commit is contained in:
xaoyo 2023-10-15 10:42:50 +08:00
parent e49bdb683e
commit f145f66fb9

View File

@ -60,6 +60,7 @@ PyWxDump
## 1. 安装
```shell script
git clone http://github.com/xaoyaoo/PyWxDump.git
cd PyWxDump
python -m pip install -U .
```
@ -67,7 +68,7 @@ python -m pip install -U .
或者
```shell script
pip install git+git://github.com/xaoyaoo/PyWxDump.git
pip install git+http://github.com/xaoyaoo/PyWxDump.git
```
**说明**