Skip to content

Commit 97ebece

Browse files
authored
Update installation.rst
1 parent 53c1c7d commit 97ebece

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/starting/installation.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,18 @@ Installation Guides
1616
These guides go over the proper installation of :ref:`Python <which-python>`
1717
for development purposes, as well as setuptools, pip and virtualenv.
1818

19+
.. 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.
20+
—*Kenneth Reitz*
21+
22+
Python 3 Installation Guides
23+
////////////////////////////
24+
1925
- :ref:`Python 3 on MacOS <install3-osx>`.
2026
- :ref:`Python 3 on Windows <install3-windows>`.
2127
- :ref:`Python 3 on Linux <install3-linux>`.
2228

23-
--------------------------------
29+
Legacy Python 2 Installation Guides
30+
///////////////////////////////////
2431

2532
- :ref:`Python 2 on MacOS <install-osx>`.
2633
- :ref:`Python 2 on Microsoft Windows <install-windows>`.

0 commit comments

Comments
 (0)