Win8.1 64位 Python2.7.10 安装 Scrapy

  1. Python官网下载2.7.x系列最新的2.7.10 https://www.python.org/downloads/

  2. 安装Python并配置,将InstallDir\Python27,InstallDir\Python27\Scripts添加到PATH环境变量中

  3. 参照https://pip.pypa.io/en/latest/installing/,安装pip

  4. 下载安装编译器并安装 http://www.microsoft.com/en-us/download/details.aspx?id=44266

  5. 装pywin32: http://sourceforge.net/projects/pywin32/ 

  6. cmd下执行 pip install Scrapy 安装Scrapy,下面是安装结果:

    Win8.1 64位 Python2.7.10 安装 Scrapy_第1张图片

你可能感兴趣的:(scrapy,windows64位,python2.7.x)