Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,23 @@ http://www.cnblogs.com/qiyeboy/p/5693128.html
#### Ubuntu,debian

1.安装sqlite数据库(一般系统内置):
```
apt-get install sqlite3
```

<br/>
2.安装requests,chardet,web.py,gevent psutil:
2.安装requests,chardet,web.py,gevent, psutil:

```
pip install requests chardet web.py sqlalchemy gevent psutil
```
<br/>
3.安装lxml:

```
apt-get install python-lxml
```

<br/>
注意:

Expand All @@ -41,11 +51,12 @@ apt-get install python-lxml
1.下载[sqlite](http://www.sqlite.org/download.html),路径添加到环境变量
<br/>
2.安装requests,chardet,web.py,gevent:
pip install requests chardet web.py sqlalchemy gevent
<br/>
3.安装lxml:
pip install lxml或者下载[lxml windows版](https://pypi.python.org/pypi/lxml/)

```
pip install requests chardet web.py sqlalchemy gevent lxml
```
<br/>

注意:

* python3下的是pip3
Expand Down Expand Up @@ -106,8 +117,9 @@ except Exception,e:
## 如何使用

将项目目录clone到当前文件夹

$ git clone
```
$ git clone https://github.com/qiyeboy/IPProxyPool.git
```

切换工程目录

Expand Down