@@ -135,9 +135,11 @@ And then follow the instructions in :ref:`intro-install-scrapy`.
135
135
Other Linux distros
136
136
~~~~~~~~~~~~~~~~~~~
137
137
138
- The easiest way to install Scrapy in other Linux distros is through
139
- ``easy_install ``, which will automatically install Twisted, w3lib and lxml as
140
- dependencies. See :ref: `intro-install-easy `.
138
+ The easiest way to install Scrapy on other Linux distros is through
139
+ ``easy_install `` or ``pip ``, which will automatically install Twisted, w3lib
140
+ and lxml dependencies.
141
+
142
+ See :ref: `intro-install-easy ` or :ref: `intro-install-pip `
141
143
142
144
Another way would be to install dependencies, if you know the packages in your
143
145
distros that meets them. See :ref: `intro-install-requirements `.
@@ -148,29 +150,15 @@ Mac OS X
148
150
The easiest way to install Scrapy on Mac is through ``easy_install `` or
149
151
``pip ``, which will automatically install Twisted, w3lib and lxml dependencies.
150
152
151
- See :ref: `intro-install-easy `.
153
+ See :ref: `intro-install-easy ` or :ref: ` intro-install-pip `
152
154
153
155
Windows
154
156
-------
155
157
156
- There are two ways to install Scrapy in Windows:
157
-
158
- * using ``easy_install `` or ``pip `` - see :ref: `intro-install-easy ` or
159
- :ref: `intro-install-pip `
160
-
161
- * using the Windows installer, but you need to download and install the
162
- dependencies manually:
163
-
164
- 1. `Twisted for Windows <http://twistedmatrix.com/trac/wiki/Downloads >`_ - you
165
- may need to install `pywin32 `_ because of `this Twisted bug `_
166
-
167
- 2. Install `Zope.Interface `_ (required by Twisted)
168
-
169
- 3. `libxml2 for Windows <http://users.skynet.be/sbi/libxml-python/ >`_
170
-
171
- 4. `PyOpenSSL for Windows <http://sourceforge.net/project/showfiles.php?group_id=31249 >`_
158
+ The easiest way to install Scrapy on Windows is through ``easy_install `` or
159
+ ``pip ``, which will automatically install Twisted, w3lib and lxml dependencies.
172
160
173
- 5. Download the Windows installer from the ` Downloads page `_ and install it.
161
+ See :ref: ` intro-install-easy ` or :ref: ` intro- install-pip `
174
162
175
163
.. _Python : http://www.python.org
176
164
.. _Twisted : http://twistedmatrix.com
@@ -184,4 +172,3 @@ There are two ways to install Scrapy in Windows:
184
172
.. _pip : http://pypi.python.org/pypi/pip
185
173
.. _setuptools : http://pypi.python.org/pypi/setuptools
186
174
.. _Control Panel : http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sysdm_advancd_environmnt_addchange_variable.mspx
187
- .. _Downloads page : http://scrapy.org/download/
0 commit comments