mirror of https://github.com/docker/cli.git
Mac OSX command for pip was incorrect
This commit is contained in:
parent
bc7722ea0f
commit
fb17f9fcab
|
@ -46,7 +46,7 @@ directory:
|
|||
|
||||
* Linux: `pip install -r docs/requirements.txt`
|
||||
|
||||
* Mac OS X: `[sudo] pip-2.7 -r docs/requirements.txt`
|
||||
* Mac OS X: `[sudo] pip-2.7 install -r docs/requirements.txt`
|
||||
|
||||
###Alternative Installation: Docker Container
|
||||
|
||||
|
|
Loading…
Reference in New Issue