From 2423a9da64181d8a55be72fc269e7f6ac3d011f1 Mon Sep 17 00:00:00 2001 From: "Tim D. Smith" Date: Thu, 22 Sep 2016 12:45:24 -0700 Subject: [PATCH] Offer guidance on Python 3 --- docs/starting/install/osx.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst index e8aa1df..5c73d69 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -61,6 +61,12 @@ Now, we can install Python 2.7: $ brew install python +or Python 3: + +.. code-block:: console + + $ brew install python3 + This will take a minute or two.