diff options
| author | Bartosz Kita | 2017-11-19 14:10:22 +0100 | 
|---|---|---|
| committer | Bartosz Kita | 2017-11-19 17:59:46 +0100 | 
| commit | 1bb8720e0d2a0a41414e5a9c4744ea5740a9b57e (patch) | |
| tree | 25e70c7dc84bd429c1dddb41007154ccd7752901 | |
| parent | 0cd50400c7c1727ec602a9f8dcdc08678622d61e (diff) | |
| download | brew-1bb8720e0d2a0a41414e5a9c4744ea5740a9b57e.tar.bz2 | |
python2: Added missing pip sub-command in docs
| -rw-r--r-- | docs/Homebrew-and-Python.md | 2 | 
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: | 
