diff --git a/docs/faq.rst b/docs/faq.rst index ad11b071b..f0ee20b5e 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -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 `. Did Scrapy "steal" X from Django? --------------------------------- diff --git a/docs/intro/install.rst b/docs/intro/install.rst index 86387ef5e..9cec2eaee 100644 --- a/docs/intro/install.rst +++ b/docs/intro/install.rst @@ -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 --------