From 619b798af8c841432331c0a57c6f24a1fd07d9d2 Mon Sep 17 00:00:00 2001 From: Changhua Date: Sun, 20 Nov 2022 22:20:34 +0800 Subject: [PATCH] Add instructions --- README.MD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index a575a0d..bbb44c9 100644 --- a/README.MD +++ b/README.MD @@ -2,9 +2,13 @@ 一个基于 [WeChatFerry](https://github.com/lich0821/WeChatFerry) 的微信机器人示例。 ## 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. 安装依赖 ```sh +# 升级 pip +python -m pip install -U pip +# 安装必要依赖 pip install -r requirements ```