Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/starting/install/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ your own Python software with very little work.
To obtain the latest version of Setuptools for Linux, refer to the documentation
available here: `unix-setuptools <https://pypi.python.org/pypi/setuptools#unix-wget>`_

The new``easy_install`` command you have available is considered by many to be
The new ``easy_install`` command you have available is considered by many to be
deprecated, so we will install its replacement: **pip**. Pip allows for
uninstallation of packages, and is actively maintained, unlike easy_install.

Expand Down
2 changes: 1 addition & 1 deletion docs/starting/install/osx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ command. It also enables you to add this network installation capability to
your own Python software with very little work. Homebrew already installed
Setuptools for you.

Happily, when you ran `brew install python`, Homebrew also installed **pip**.
Happily, when you ran ``brew install python``, Homebrew also installed **pip**.
Pip allows for installation and uninstallation of packages, and is actively
maintained.

Expand Down