Переглянути джерело

Add Mac OS X instructions for doc tools

Daniel Gasienica 12 роки тому
батько
коміт
3ca9c11110
1 змінених файлів з 4 додано та 2 видалено
  1. 4 2
      docs/README.md

+ 4 - 2
docs/README.md

@@ -14,8 +14,10 @@ Installation
 ------------
 
 * Work in your own fork of the code, we accept pull requests.
-* Install sphinx: ``pip install sphinx``
-* Install sphinx httpdomain contrib package ``sphinxcontrib-httpdomain``
+* Install sphinx: `pip install sphinx`
+    * Mac OS X: `[sudo] pip-2.7 install sphinx`)
+* Install sphinx httpdomain contrib package: `pip install sphinxcontrib-httpdomain`
+    * Mac OS X: `[sudo] pip-2.7 install sphinxcontrib-httpdomain`
 * If pip is not available you can probably install it using your favorite package manager as **python-pip**
 
 Usage