2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Update README file

This commit is contained in:
Mark Gurevich 2016-07-12 13:47:19 -04:00
parent e5d00e41cd
commit 74f67dfc7e

View File

@ -13,10 +13,19 @@ The documentation project is written in restructured text (.rst) using Sphinx an
* Clone the project
* Using pip, install sphinx (See: http://pip.readthedocs.org/)
* Using pip, install or update sphinx (See: http://pip.readthedocs.org/)
```
pip install sphinx
```
or
```
pip install sphinx --upgrade
```
* Using pip, install ReadTheDocs theme
```
pip install sphinx_rtd_theme
```
* Build the Docs
```