将整个项目作为包安装,增加命令行统一操作
This commit is contained in:
parent
e49bdb683e
commit
f145f66fb9
@ -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
|
||||
```
|
||||
|
||||
**说明**:
|
||||
|
Loading…
Reference in New Issue
Block a user