From 725900df44d57882b04647ac11f7499add317209 Mon Sep 17 00:00:00 2001 From: stray-leone Date: Mon, 20 Jan 2014 12:32:09 +0900 Subject: [PATCH] modify the version of scrapy ubuntu package latest version is 0.22. with scrapy-0.18, tutorial project provides error relative issue : https://github.com/scrapy/scrapy/issues/511 --- docs/topics/ubuntu.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/ubuntu.rst b/docs/topics/ubuntu.rst index f62ef0b50..fb51fd674 100644 --- a/docs/topics/ubuntu.rst +++ b/docs/topics/ubuntu.rst @@ -13,7 +13,7 @@ fixes. To use the packages, just add the following line to your ``/etc/apt/sources.list``, and then run ``aptitude update`` and -``apt-get install scrapy-0.18``:: +``apt-get install scrapy-0.22``:: deb http://archive.scrapy.org/ubuntu DISTRO main