You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. download Visual C++ 2008 redistributables for your Windows and architecture
52
+
Close the command prompt window and reopen it so changes take effect, run the
53
+
following command and check it shows the expected Python version::
52
54
53
-
3. download OpenSSL for your Windows and architecture (the regular version, not the light one)
55
+
python --version
54
56
55
-
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
57
+
* Install `pip`_ from https://pip.pypa.io/en/latest/installing.html
56
58
57
-
* 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.
59
+
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``
62
-
* lxml: http://pypi.python.org/pypi/lxml/
63
-
* pyOpenSSL: https://launchpad.net/pyopenssl
61
+
pip --version
64
62
65
-
Finally, this page contains many precompiled Python binary libraries, which may
66
-
come handy to fulfill Scrapy dependencies:
63
+
* At this point Python 2.7 and ``pip`` package manager must be working, let's
64
+
install Scrapy::
67
65
68
-
http://www.lfd.uci.edu/~gohlke/pythonlibs/
66
+
pip install Scrapy
69
67
70
68
Ubuntu 9.10 or above
71
69
~~~~~~~~~~~~~~~~~~~~
@@ -77,10 +75,19 @@ Instead, use the official :ref:`Ubuntu Packages <topics-ubuntu>`, which already
77
75
solve all dependencies for you and are continuously updated with the latest bug
78
76
fixes.
79
77
78
+
Archlinux
79
+
~~~~~~~~~
80
+
81
+
You can follow the generic instructions or install Scrapy from `AUR Scrapy package`::
0 commit comments