Ubuntu软件包

New in version 0.10.

Scrapinghub发布的apt-get可获取版本通常比Ubuntu里更新,并且在比GitHub repo(master & stable branches) 稳定的同时还包括了最新的漏洞修复。

Caution

These packages are currently not updated and may not work on Ubuntu 16.04 and above, see issue 2076 and issue 2137.

用法:

  1. 把Scrapy签名的GPG密钥添加到APT的钥匙环中:

    sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 627220E7
    
  2. 执行如下命令,创建/etc/apt/sources.list.d/scrapy.list文件:

    echo 'deb http://archive.scrapy.org/ubuntu scrapy main' | sudo tee /etc/apt/sources.list.d/scrapy.list
    
  3. 更新包列表并安装 scrapy包:

    sudo apt-get update && sudo apt-get install scrapy
    

Note

如果你要升级Scrapy,请重复步骤3。

Warning

debian官方源提供的python-scrapy是一个不同的版本,它非常古老且不再获得Scrapy团队支持。