From ebfb5b70968c83a242094ca0f0f57239638b003a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Mon, 20 Jan 2014 15:18:34 -0200 Subject: [PATCH] replace warning about updating package lists by a note on package upgrade --- docs/topics/ubuntu.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/topics/ubuntu.rst b/docs/topics/ubuntu.rst index 66b8196b3..c0e3f547b 100644 --- a/docs/topics/ubuntu.rst +++ b/docs/topics/ubuntu.rst @@ -26,9 +26,7 @@ To use the packages: sudo apt-get update && sudo apt-get install scrapy-VERSION -.. warning:: Please note that these packages are updated frequently, and so if - you find you can't download the packages, try updating your apt package - lists first, e.g., with ``apt-get update``. +.. note:: Repeat step 3 if you are trying to upgrade Scrapy. .. warning:: `python-scrapy` is a different package provided by official debian repositories, it's very outdated and it isn't supported by Scrapy team.