mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Mac OSX command for pip was incorrect
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