mirror of
https://github.com/docker/cli.git
synced 2026-01-22 03:22:01 +03:00
Mac OSX command for pip was incorrect
Upstream-commit: fb17f9fcab
Component: cli
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user