Browse Source

Mac OSX command for pip was incorrect

Paul 11 years ago
parent
commit
f3816ee024
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/README.md

+ 1 - 1
docs/README.md

@@ -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