diff options
Diffstat (limited to 'docs/Homebrew-and-Python.md')
| -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: | 
