2. download Visual C++ 2008 redistributables for your Windows and architecture
Close the command prompt window and reopen it so changes take effect, run the
following command and check it shows the expected Python version::
3. download OpenSSL for your Windows and architecture (the regular version, not the light one)
python --version
4. add the ``c:\openssl-win32\bin`` (or similar) directory to your ``PATH``, the same way you added ``python27`` in the first step`` in the first step
* Install `pip`_ from https://pip.pypa.io/en/latest/installing.html
* some binary packages that Scrapy depends on (like Twisted, lxml and pyOpenSSL) require a compiler available to install, and fail if you don't have Visual Studio installed. You can find Windows installers for those in the following links. Make sure you respect your Python version and Windows architecture.
Now open a Command prompt to check ``pip`` is installed correctly::
* zope.interface: download the egg from `zope.interface pypi page <http://pypi.python.org/pypi/zope.interface>`_ and install it by running ``easy_install file.egg``
* lxml: http://pypi.python.org/pypi/lxml/
* pyOpenSSL: https://launchpad.net/pyopenssl
pip --version
Finally, this page contains many precompiled Python binary libraries, which may
come handy to fulfill Scrapy dependencies:
* At this point Python 2.7 and ``pip`` package manager must be working, let's
install Scrapy::
http://www.lfd.uci.edu/~gohlke/pythonlibs/
pip install Scrapy
Ubuntu 9.10 or above
~~~~~~~~~~~~~~~~~~~~
@@ -77,10 +75,19 @@ 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.
Archlinux
~~~~~~~~~
You can follow the generic instructions or install Scrapy from `AUR Scrapy package`::