From 51c301b3a26ed1ad9cbd24edf7b6813168aa47ea Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Wed, 13 Mar 2013 03:18:33 -0300 Subject: [PATCH] added link to python binary libs, for windows installation --- docs/intro/install.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/intro/install.rst b/docs/intro/install.rst index 1ea2f3d70..560024dc9 100644 --- a/docs/intro/install.rst +++ b/docs/intro/install.rst @@ -61,6 +61,11 @@ After installing Python, follow these steps before installing Scrapy: * lxml: http://pypi.python.org/pypi/lxml/ * pyOpenSSL: https://launchpad.net/pyopenssl +Finally, this page contains many precompiled Python binary libraries, which may +come handy to fulfill Scrapy dependencies: + + http://www.lfd.uci.edu/~gohlke/pythonlibs/ + Ubuntu 9.10 or above ~~~~~~~~~~~~~~~~~~~~