From 8f0eed64c7b0a4fb5c9f9c96f3c1cdbc6f37bc51 Mon Sep 17 00:00:00 2001 From: wenead99 <42309414+wenead99@users.noreply.github.com> Date: Mon, 27 May 2019 21:57:41 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1455b8..897f27f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ ## 软件流程图 (下下一个为使用教程) ![](readme/flow_chart2.png) -## 如何使用 (release的程序可脱离python环境运行,可跳过第一步) +## 如何使用 +**(release的程序可脱离python环境运行,可跳过第一步)** 1. 请安装requests,pyquery,lxml,Beautifulsoup4,pillow模块,可在CMD逐条输入以下命令安装 ```python pip install requests