Remove instructions to install Python 2 on Windows

As only Python 3 is supported, should not advise users to install Python
2.
This commit is contained in:
Jon Dufresne 2018-12-23 03:58:48 -08:00
parent 60ef37ce33
commit 4e184754c9

View File

@ -113,8 +113,7 @@ Prompt* (:kbd:`⊞Win-r` and type :command:`cmd`). Once the command prompt is
open, type :command:`python --version` and press Enter. If Python is open, type :command:`python --version` and press Enter. If Python is
available, you will see the version of Python printed to the screen. If you do available, you will see the version of Python printed to the screen. If you do
not have Python installed, refer to the `Hitchhikers Guide to Python's`__ not have Python installed, refer to the `Hitchhikers Guide to Python's`__
Python on Windows installation guides. You can install either `Python 3`__ or Python on Windows installation guides. You must install `Python 3`__.
`Python 2.7`__. Python 3 is recommended.
Once Python is installed, you can install Sphinx using :command:`pip`. Refer Once Python is installed, you can install Sphinx using :command:`pip`. Refer
to the :ref:`pip installation instructions <install-pypi>` below for more to the :ref:`pip installation instructions <install-pypi>` below for more
@ -122,7 +121,6 @@ information.
__ https://docs.python-guide.org/ __ https://docs.python-guide.org/
__ https://docs.python-guide.org/starting/install3/win/ __ https://docs.python-guide.org/starting/install3/win/
__ https://docs.python-guide.org/starting/install/win/
.. _install-pypi: .. _install-pypi: