mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Mac OSX command for pip was incorrect
This commit is contained in:
parent
c23b15b9d8
commit
f3816ee024
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue