Merge pull request #3461 from barthand/python-docs-fix

python2: Added missing pip sub-command in docs
This commit is contained in:
Mike McQuaid 2017-11-19 17:54:57 +00:00 committed by GitHub
commit 935cf28c40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: