From eb7b9d506f599f821842448a1b1dc7b3928decde Mon Sep 17 00:00:00 2001 From: Julia Medina Date: Tue, 8 Sep 2015 18:49:44 -0300 Subject: [PATCH] Add note to ubuntu install section about debian compatibility --- docs/intro/install.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/intro/install.rst b/docs/intro/install.rst index 978d89920..3adb4e6b0 100644 --- a/docs/intro/install.rst +++ b/docs/intro/install.rst @@ -91,6 +91,11 @@ You can install Scrapy with ``pip`` after that:: pip install Scrapy +.. note:: + + The same non-python dependencies can be used to install Scrapy in Debian + Wheezy (7.0) and above. + Archlinux ---------