mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
python2: Added missing pip sub-command in docs
This commit is contained in:
parent
0cd50400c7
commit
1bb8720e0d
@ -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:
|
Setuptools can be updated via pip, without having to re-brew Python:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
python2 -m pip --upgrade setuptools
|
python2 -m pip install --upgrade setuptools
|
||||||
```
|
```
|
||||||
|
|
||||||
Similarly, pip can be used to upgrade itself via:
|
Similarly, pip can be used to upgrade itself via:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user