Add non-python dependencies to Ubuntu install section in the docs

Closes #1314 and closes #1198.
This commit is contained in:
Julia Medina 2015-07-10 18:52:01 -03:00
parent 290ebee090
commit 5723e6b457
1 changed files with 10 additions and 0 deletions

View File

@ -79,6 +79,16 @@ Instead, use the official :ref:`Ubuntu Packages <topics-ubuntu>`, which already
solve all dependencies for you and are continuously updated with the latest bug
fixes.
If you prefer to build the python dependencies locally instead of relying on
system packages you'll need to install their required non-python dependencies
first::
sudo apt-get install python-dev python-pip libxml2-dev libxslt1-dev zlib1g-dev libffi-dev libssl-dev
You can install Scrapy with ``pip`` after that::
pip install Scrapy
Archlinux
---------