From 5f8131f98487f97a1b09f9887d8cbbbaac89e3a1 Mon Sep 17 00:00:00 2001 From: wenead99 <42309414+wenead99@users.noreply.github.com> Date: Mon, 27 May 2019 21:55:25 +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 e9d8f4c..d1455b8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## 软件流程图 (下下一个为使用教程) ![](readme/flow_chart2.png) -## 如何使用 (如果使用release的程序可跳过第一步) +## 如何使用 (release的程序可脱离python环境运行,可跳过第一步) 1. 请安装requests,pyquery,lxml,Beautifulsoup4,pillow模块,可在CMD逐条输入以下命令安装 ```python pip install requests