aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Kita2017-11-19 14:10:22 +0100
committerBartosz Kita2017-11-19 17:59:46 +0100
commit1bb8720e0d2a0a41414e5a9c4744ea5740a9b57e (patch)
tree25e70c7dc84bd429c1dddb41007154ccd7752901
parent0cd50400c7c1727ec602a9f8dcdc08678622d61e (diff)
downloadbrew-1bb8720e0d2a0a41414e5a9c4744ea5740a9b57e.tar.bz2
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: