Python爬虫之Pyspider框架环境搭建
2017-07-20 本文已影响67人
学而不厌888
首先放上pyspider爬虫框架的项目地址和文档地址:
https://github.com/binux/pyspider
http://docs.pyspider.org/en/latest/
安装
1,phantomjs
去http://phantomjs.org/这里下载安装就ok了
2,pip
然后安装pyspider
pip install pyspider
安装完成后在命令行输入:
pyspider all
打开浏览器:http://localhost:5000就可以查看到界面了。
开启了我们的pyspider之旅。