diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-18 03:49:27 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-08-18 03:49:27 -0700 |
| commit | e33ffe70dd556ce684ebb547cd3d6e047e7e855f (patch) | |
| tree | 745c232552dcddb6b3faf38032c726669a2456ba /docs | |
| parent | d9fdc76c31da3a296f0b1a9f832a2cfc0203bb46 (diff) | |
| download | pyramid-e33ffe70dd556ce684ebb547cd3d6e047e7e855f.tar.gz pyramid-e33ffe70dd556ce684ebb547cd3d6e047e7e855f.tar.bz2 pyramid-e33ffe70dd556ce684ebb547cd3d6e047e7e855f.zip | |
Clean up code-blocks in install
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/install.rst | 6 |
1 files changed, 3 insertions, 3 deletions
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 <https://brew.sh/>`_ 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 |
