Skip to content

Commit 96ddd77

Browse files
Kenneth ReitzKenneth Reitz
authored andcommitted
improvements
1 parent 63841bd commit 96ddd77

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/dev/virtualenvs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This creates a copy of Python in whichever directory you ran the command in,
4444
placing it in a folder named :file:`venv`.
4545

4646
You can also use the Python interpreter of your choice (like
47-
:file:`/usr/bin/python2.7`).
47+
``python2.7``).
4848

4949
.. code-block:: console
5050

docs/starting/install/osx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ or Python 3:
7878
This will take a minute or two.
7979

8080

81-
Setuptools and Pip
81+
Setuptools & Pip
8282
----------------
8383

8484
Homebrew installs Setuptools and ``pip`` for you.

docs/starting/install3/osx.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ This will take a minute or two.
6464

6565

6666
Pip
67-
----------------
67+
---
6868

6969
Homebrew installs ``pip3`` for you.
7070

7171
``pip3`` is the alias for the Python 3 version of ``pip`` on systems with both
7272
the Homebrew'd Python 2 and 3 installed.
7373

74-
Working with Python3
75-
--------------------
74+
Working with Python 3
75+
---------------------
7676

7777
At this point, you have the system Python 2.7 available, potentially the
7878
:ref:`Homebrew version of Python 2 <install-osx>` installed, and the Homebrew

0 commit comments

Comments
 (0)