From e33ffe70dd556ce684ebb547cd3d6e047e7e855f Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 18 Aug 2018 03:49:27 -0700 Subject: Clean up code-blocks in install --- docs/narr/install.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/narr/install.rst') diff --git a/docs/narr/install.rst b/docs/narr/install.rst index d2a6ff957..c36f4f391 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -56,10 +56,10 @@ You can install the latest version of Python for Mac OS X from the binaries on Alternatively, you can use the `homebrew `_ package manager. -.. code-block:: text +.. code-block:: bash # for python 3.x - $ brew install python3 + brew install python3 If you use an installer for your Python, then you can skip to the section :ref:`installing_unix`. @@ -193,7 +193,7 @@ After installing Python as described previously in :ref:`for-mac-os-x-users` or .. parsed-literal:: - $ $VENV/bin/pip install "pyramid==\ |release|\ " + $VENV/bin/pip install "pyramid==\ |release|\ " .. index:: single: $VENV/bin/pip vs. source bin/activate -- cgit v1.2.3