美文网首页python爬虫
scrapy笔记(1) - 安装

scrapy笔记(1) - 安装

作者: destino74 | 来源:发表于2015-04-16 23:03 被阅读2124次

安装

Linux:

使用pip安装 命令:pip install scrapy

Windows

  • http://python.org/download/ 上安装Python 2.7.
    您需要修改 PATH
    环境变量,将Python的可执行程序及额外的脚本添加到系统路径中。将以下路径添加到 PATH
    中:

C:\Python27;C:\Python27\Scripts;

  • 请打开命令行,并且
    打开命令行窗口,确认pip被正确安装:

pip --versionlatest/intro/install.html)

相关文章

网友评论

    本文标题:scrapy笔记(1) - 安装

    本文链接:https://www.haomeiwen.com/subject/nsxefttx.html