You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/starting/install/osx.rst
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,16 +65,15 @@ This will take a minute or two.
65
65
Setuptools & Pip
66
66
----------------
67
67
68
-
Homebrew also installs Setuptools and `pip` for you.
68
+
Homebrew installs Setuptools and ``pip`` for you.
69
69
70
70
Setuptools enables you to download and install any compliant Python
71
71
software over a network (usually the Internet) with a single command
72
72
(``easy_install``). It also enables you to add this network installation
73
73
capability to your own Python software with very little work.
74
74
75
75
``pip`` is a tool for easily installing and managing Python packages,
76
-
that is often recommended over ``easy_install``. It improves over
77
-
``easy_install`` in `several ways <https://pip.pypa.io/en/1.5.X/other-tools.html#easy-install>`_,
76
+
that is recommended over ``easy_install``. It is superior to ``easy_install`` in `several ways <https://pip.pypa.io/en/1.5.X/other-tools.html#easy-install>`_,
0 commit comments