python + selenium + phantomjs 爬虫体系之 环境搭建

1、安装 python

python的话,2.7版本就可以了

2、安装selenium 2.45

https://pypi.python.org/pypi/selenium/2.45.0
解压之后:

sudo python setup.py install 

即可

3、安装firefox 36

http://www.qqtn.com/down/37584.html

4、下载phantomjs

http://phantomjs.org/download.html

本次环境搭建以mac为搭建标准。

你可能感兴趣的:(python + selenium + phantomjs 爬虫体系之 环境搭建)