Add instructions
This commit is contained in:
@@ -2,9 +2,13 @@
|
|||||||
一个基于 [WeChatFerry](https://github.com/lich0821/WeChatFerry) 的微信机器人示例。
|
一个基于 [WeChatFerry](https://github.com/lich0821/WeChatFerry) 的微信机器人示例。
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
1. 安装微信 `3.7.0.30`,下载地址可以从 [WeChatSetup](https://gitee.com/lch0821/WeChatSetup) 找到。
|
0. 安装 32 位 Python,例如 [3.7.9](https://www.python.org/ftp/python/3.7.9/python-3.7.9.exe)
|
||||||
|
1. 安装微信 `3.7.0.30`,下载地址在[这里](https://github.com/lich0821/WeChatFerry/releases/download/v3.7.0.30.11/WeChatSetup-3.7.0.30.exe);也可以从 [WeChatSetup](https://gitee.com/lch0821/WeChatSetup) 找到。
|
||||||
2. 安装依赖
|
2. 安装依赖
|
||||||
```sh
|
```sh
|
||||||
|
# 升级 pip
|
||||||
|
python -m pip install -U pip
|
||||||
|
# 安装必要依赖
|
||||||
pip install -r requirements
|
pip install -r requirements
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user