码迷,mamicode.com
首页 > 其他好文 > 详细

Scrapy安装

时间:2015-01-08 22:42:41      阅读:808      评论:0      收藏:0      [点我收藏+]

标签:

一、安装python

官网下载python后安装,并将python路径(C:\Python27;C:\Python27\Scripts;)加入环境变量,验证是否安装ok:

>python
Python 2.7.9 (default, Dec 10 2014, 12:28:03) [MSC v.1500 64 bit (AMD64)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>>

二、安装setuptools

官网下载setuptools(http://pypi.python.org/pypi/setuptools)安装

三、安装Scrapy

 pip install scrapy

Scrapy安装

标签:

原文地址:http://www.cnblogs.com/lurenjiashuo/p/python-note-scrapy.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!