Skip to content

Commit eab357e

Browse files
authored
Update installation.rst
1 parent eeff404 commit eab357e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/starting/installation.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@ applications for real-world use. In particular, you should always install
1010
Setuptools, Pip, and Virtualenv — they make it much easier for you to use
1111
other third-party Python libraries.
1212

13+
.. 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.
14+
—*Kenneth Reitz*
15+
16+
1317
Installation Guides
1418
-------------------
1519

1620
These guides go over the proper installation of :ref:`Python <which-python>`
1721
for development purposes, as well as setuptools, pip and virtualenv.
1822

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-
2223
Python 3 Installation Guides
2324
////////////////////////////
2425

0 commit comments

Comments
 (0)