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.