Browse Source

Merge pull request #3419 from newzealandpaul/master

Mac OS X command in docs for pip fixed
James Turnbull 11 năm trước cách đây
mục cha
commit
add97f7eb0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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