Update README.md
This commit is contained in:
parent
9e26558666
commit
e429ca3c7d
17
README.md
17
README.md
@ -16,31 +16,26 @@
|
|||||||
## 软件流程图
|
## 软件流程图
|
||||||

|

|
||||||
|
|
||||||
# 如何使用
|
# 如何使用<br>
|
||||||
---------------
|
|
||||||
release的程序可脱离python环境运行,可跳过第一步<br>
|
release的程序可脱离python环境运行,可跳过第一步<br>
|
||||||
下载地址(Windows):https://github.com/wenead99/AV_Data_Capture/releases
|
下载地址(Windows):https://github.com/wenead99/AV_Data_Capture/releases
|
||||||
|
|
||||||
## 1. 请安装requests,pyquery,lxml,Beautifulsoup4,pillow模块,在 CMD/终端 逐条输入以下命令安装
|
## 1. 请安装requests,pyquery,lxml,Beautifulsoup4,pillow模块,在 CMD/终端 逐条输入以下命令安装
|
||||||
```python
|
```python
|
||||||
pip install requests
|
pip install requests
|
||||||
```
|
```<br>
|
||||||
###
|
|
||||||
```python
|
```python
|
||||||
pip install pyquery
|
pip install pyquery
|
||||||
```
|
```<br>
|
||||||
###
|
|
||||||
```python
|
```python
|
||||||
pip install lxml
|
pip install lxml
|
||||||
```
|
```<br>
|
||||||
###
|
|
||||||
```python
|
```python
|
||||||
pip install Beautifulsoup4
|
pip install Beautifulsoup4
|
||||||
```
|
```<br>
|
||||||
###
|
|
||||||
```python
|
```python
|
||||||
pip install pillow
|
pip install pillow
|
||||||
```
|
```<br>
|
||||||
|
|
||||||
## 2. 设置proxy.ini
|
## 2. 设置proxy.ini
|
||||||
#### 1.针对网络审查国家或地区
|
#### 1.针对网络审查国家或地区
|
||||||
|
Loading…
Reference in New Issue
Block a user