Update installation.rst

This commit is contained in:
2017-08-30 18:55:26 -04:00
committed by GitHub
parent 53c1c7db1e
commit 97ebece5f1
+8 -1
View File
@@ -16,11 +16,18 @@ Installation Guides
These guides go over the proper installation of :ref:`Python <which-python>`
for development purposes, as well as setuptools, pip and virtualenv.
.. note:: The use of **Python 3** is *highly* preferred over Python 2. Consider upgrading your applications and infrastructure if you find yourself *still* using Python 2 in production today. If you are using Python 3, congratulations — you are indeed a person of excellent taste.
*Kenneth Reitz*
Python 3 Installation Guides
////////////////////////////
- :ref:`Python 3 on MacOS <install3-osx>`.
- :ref:`Python 3 on Windows <install3-windows>`.
- :ref:`Python 3 on Linux <install3-linux>`.
--------------------------------
Legacy Python 2 Installation Guides
///////////////////////////////////
- :ref:`Python 2 on MacOS <install-osx>`.
- :ref:`Python 2 on Microsoft Windows <install-windows>`.