File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ your own Python software with very little work.
3434To obtain the latest version of Setuptools for Linux, refer to the documentation
3535available here: `unix-setuptools <https://pypi.python.org/pypi/setuptools#unix-wget >`_
3636
37- The new``easy_install`` command you have available is considered by many to be
37+ The new ``easy_install `` command you have available is considered by many to be
3838deprecated, so we will install its replacement: **pip **. Pip allows for
3939uninstallation of packages, and is actively maintained, unlike easy_install.
4040
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ command. It also enables you to add this network installation capability to
7373your own Python software with very little work. Homebrew already installed
7474Setuptools for you.
7575
76- Happily, when you ran `brew install python `, Homebrew also installed **pip **.
76+ Happily, when you ran `` brew install python ` `, Homebrew also installed **pip **.
7777Pip allows for installation and uninstallation of packages, and is actively
7878maintained.
7979
You can’t perform that action at this time.
0 commit comments