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/install.rst
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,16 +52,16 @@ check this by running::
52
52
$ pip --version
53
53
pip 9.0.1
54
54
55
-
If you installed Python from source, with an installer from `python.org`_, or
56
-
via `Homebrew`_ you should already have pip. If you're on Linux and installed
55
+
If you installed Python from source, with an installer from `python.org`_, via `Homebrew`_ or via `Linuxbrew`_ you should already have pip. If you're on Linux and installed
57
56
using your OS package manager, you may have to `install pip <https://pip.pypa.io/en/stable/installing/>`_ separately.
58
57
59
-
If you plan to install Pipenv using Homebrew you can skip this step. The
60
-
Homebrew installer takes care of pip for you.
58
+
If you plan to install Pipenv using Homebrew or Linuxbrew you can skip this step. The
59
+
Homebrew/Linuxbrew installer takes care of pip for you.
61
60
62
61
.. _getting started tutorial: https://opentechschool.github.io/python-beginners/en/getting_started.html#what-is-python-exactly
0 commit comments