python2: Added missing pip sub-command in docs

This commit is contained in:
Bartosz Kita 2017-11-19 14:10:22 +01:00 committed by Bartosz Kita
parent 0cd50400c7
commit 1bb8720e0d

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: