From eab357e58d11148569a1834153042787be4fecec Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 30 Aug 2017 18:58:43 -0400 Subject: [PATCH] Update installation.rst --- docs/starting/installation.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/starting/installation.rst b/docs/starting/installation.rst index e6ef246..5555bf4 100644 --- a/docs/starting/installation.rst +++ b/docs/starting/installation.rst @@ -10,15 +10,16 @@ applications for real-world use. In particular, you should always install Setuptools, Pip, and Virtualenv — they make it much easier for you to use other third-party Python libraries. +.. 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* + + Installation Guides ------------------- These guides go over the proper installation of :ref:`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 ////////////////////////////