Browse code

Add Mac OS X instructions for doc tools

Daniel Gasienica authored on 2013/06/02 13:26:18
Showing 1 changed files
... ...
@@ -14,8 +14,10 @@ Installation
14 14
 ------------
15 15
 
16 16
 * Work in your own fork of the code, we accept pull requests.
17
-* Install sphinx: ``pip install sphinx``
18
-* Install sphinx httpdomain contrib package ``sphinxcontrib-httpdomain``
17
+* Install sphinx: `pip install sphinx`
18
+    * Mac OS X: `[sudo] pip-2.7 install sphinx`)
19
+* Install sphinx httpdomain contrib package: `pip install sphinxcontrib-httpdomain`
20
+    * Mac OS X: `[sudo] pip-2.7 install sphinxcontrib-httpdomain`
19 21
 * If pip is not available you can probably install it using your favorite package manager as **python-pip**
20 22
 
21 23
 Usage