美文网首页
Windows安装Scrapy

Windows安装Scrapy

作者: Iooooooo | 来源:发表于2017-05-04 14:18 被阅读0次

    Windows: 7-64bit
    python: 3.5.2

    1. Scrapy网站 (https://doc.scrapy.org/en/1.2/intro/install.html) 文档中查看需要依赖的包
      1.1 parsel, w3lib, cryptography, pyOpenSSL, lxml包可以直接通过cmd命令行窗口 pip install xxx 来进行下载安装
      1.2 twisted包需要在网站 (http://www.lfd.uci.edu/~gohlke/pythonlibs/) 中找到对应的文件进行下载 下载之后cmd命令行窗口到文件目录执行 pip install xxx.whl 文件进行安装

    2. cmd命令行窗口执行
      pip install scrapy

    相关文章

      网友评论

          本文标题:Windows安装Scrapy

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