aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2017-11-19 17:54:57 +0000
committerGitHub2017-11-19 17:54:57 +0000
commit935cf28c40d5d0fad5b05ab4da92177d53501d5c (patch)
tree99b4cb325a063329e865df7226da3335160803a0
parentc6a5bbac7d8b071e0dbf7cc61e009d0d337c0107 (diff)
parent1bb8720e0d2a0a41414e5a9c4744ea5740a9b57e (diff)
downloadbrew-935cf28c40d5d0fad5b05ab4da92177d53501d5c.tar.bz2
Merge pull request #3461 from barthand/python-docs-fix
python2: Added missing pip sub-command in docs
-rw-r--r--docs/Homebrew-and-Python.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Homebrew-and-Python.md b/docs/Homebrew-and-Python.md
index 8b263cb38..740e973d2 100644
--- a/docs/Homebrew-and-Python.md
+++ b/docs/Homebrew-and-Python.md
@@ -24,7 +24,7 @@ The Python formulae install [pip](http://www.pip-installer.org) (as `pip2` or `p
Setuptools can be updated via pip, without having to re-brew Python:
```sh
-python2 -m pip --upgrade setuptools
+python2 -m pip install --upgrade setuptools
```
Similarly, pip can be used to upgrade itself via: