From 8a091a710e3539eda7d6ee19703fdaf771fad465 Mon Sep 17 00:00:00 2001 From: wenead99 <42309414+wenead99@users.noreply.github.com> Date: Mon, 27 May 2019 15:39:08 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aec064d..be35d96 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## 软件流程图 (下下一个为使用教程) ![](flow_chart.jpg) -## 如何使用 +## 如何使用 (如果使用release的程序可跳过第一步) 1. 请安装requests,pyquery,lxml,Beautifulsoup,pillow模块,可在CMD逐条输入以下命令安装 ```python pip install requests