mirror of https://github.com/scrapy/scrapy.git
FAQ Rewrite note on Python 3 support on Windows
This commit is contained in:
parent
34f4434b17
commit
163618c9b7
|
|
@ -74,7 +74,8 @@ Python 2.6 support was dropped starting at Scrapy 0.20.
|
|||
Python 3 support was added in Scrapy 1.1.
|
||||
|
||||
.. note::
|
||||
Python 3 is not yet supported on Windows.
|
||||
For Python 3 support on Windows, it is recommended to use
|
||||
Anaconda/Miniconda as :ref:`outlined in the installation guide <intro-install-windows>`.
|
||||
|
||||
Did Scrapy "steal" X from Django?
|
||||
---------------------------------
|
||||
|
|
|
|||
|
|
@ -116,6 +116,8 @@ Python virtualenvs can be created to use Python 2 by default, or Python 3 by def
|
|||
Platform specific installation notes
|
||||
====================================
|
||||
|
||||
.. _intro-install-windows:
|
||||
|
||||
Windows
|
||||
-------
|
||||
|
||||
|
|
@ -128,6 +130,8 @@ Once you've installed `Anaconda`_ or `Miniconda`_, install Scrapy with::
|
|||
conda install -c conda-forge scrapy
|
||||
|
||||
|
||||
.. _intro-install-ubuntu:
|
||||
|
||||
Ubuntu 12.04 or above
|
||||
---------------------
|
||||
|
||||
|
|
@ -163,6 +167,8 @@ you can install Scrapy with ``pip`` after that::
|
|||
Wheezy (7.0) and above.
|
||||
|
||||
|
||||
.. _intro-install-macos:
|
||||
|
||||
Mac OS X
|
||||
--------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue