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.
34
34
To obtain the latest version of Setuptools for Linux, refer to the documentation
35
35
available here: `unix-setuptools <https://pypi.python.org/pypi/setuptools#unix-wget >`_
36
36
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
38
38
deprecated, so we will install its replacement: **pip **. Pip allows for
39
39
uninstallation of packages, and is actively maintained, unlike easy_install.
40
40
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
73
73
your own Python software with very little work. Homebrew already installed
74
74
Setuptools for you.
75
75
76
- Happily, when you ran `brew install python `, Homebrew also installed **pip **.
76
+ Happily, when you ran `` brew install python ` `, Homebrew also installed **pip **.
77
77
Pip allows for installation and uninstallation of packages, and is actively
78
78
maintained.
79
79
You can’t perform that action at this time.
0 commit comments