FAQ Rewrite note on Python 3 support on Windows

This commit is contained in:
Paul Tremberth 2017-03-29 12:02:44 +02:00
parent 34f4434b17
commit 163618c9b7
2 changed files with 8 additions and 1 deletions

View File

@ -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?
---------------------------------

View File

@ -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
--------