diff --git a/docs/starting/install3/linux.rst b/docs/starting/install3/linux.rst index eee5620..f9171bc 100644 --- a/docs/starting/install3/linux.rst +++ b/docs/starting/install3/linux.rst @@ -25,20 +25,19 @@ If you're using another version of Ubuntu (e.g. the latest LTS release), we reco Working with Python 3 --------------------- -At this point, you have the system Python 2.7 available, potentially the -:ref:`Homebrew version of Python 2 ` installed, and the Homebrew -version of Python 3 as well. +At this point, you may have system Python 2.7 available as well. .. code-block:: console $ python -will launch the Python 2 interpreter. +This will launch the Python 2 interpreter. .. code-block:: console $ python3 +This will launch the Python 3 interpreter. Setuptools & Pip ---------------- diff --git a/docs/starting/install3/win.rst b/docs/starting/install3/win.rst index c940b9b..4a7aadd 100644 --- a/docs/starting/install3/win.rst +++ b/docs/starting/install3/win.rst @@ -44,20 +44,20 @@ makes it much easier for you to use other third-party Python libraries. Working with Python 3 --------------------- -At this point, you have the system Python 2.7 available, potentially the -:ref:`Homebrew version of Python 2 ` installed, and the Homebrew -version of Python 3 as well. +At this point, you may also have Python 2.7 installed. .. code-block:: console $ python -will launch the Python 2 interpreter. +This will launch the Python 2 interpreter. .. code-block:: console $ python3 +This will launch the Python 3 interpreter. + Setuptools + Pip ----------------