From 96ddd776e0b626968ef7577d76f4231af2a920c3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 7 Dec 2016 11:34:28 -0800 Subject: [PATCH] improvements --- docs/dev/virtualenvs.rst | 2 +- docs/starting/install/osx.rst | 2 +- docs/starting/install3/osx.rst | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/dev/virtualenvs.rst b/docs/dev/virtualenvs.rst index 927d213..c85b8e8 100644 --- a/docs/dev/virtualenvs.rst +++ b/docs/dev/virtualenvs.rst @@ -44,7 +44,7 @@ This creates a copy of Python in whichever directory you ran the command in, placing it in a folder named :file:`venv`. You can also use the Python interpreter of your choice (like -:file:`/usr/bin/python2.7`). +``python2.7``). .. code-block:: console diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst index 67c7aaf..6312215 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -78,7 +78,7 @@ or Python 3: This will take a minute or two. -Setuptools and Pip +Setuptools & Pip ---------------- Homebrew installs Setuptools and ``pip`` for you. diff --git a/docs/starting/install3/osx.rst b/docs/starting/install3/osx.rst index 456c6d1..33af41f 100644 --- a/docs/starting/install3/osx.rst +++ b/docs/starting/install3/osx.rst @@ -64,15 +64,15 @@ This will take a minute or two. Pip ----------------- +--- Homebrew installs ``pip3`` for you. ``pip3`` is the alias for the Python 3 version of ``pip`` on systems with both the Homebrew'd Python 2 and 3 installed. -Working with Python3 --------------------- +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