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