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:
parent
e5d00e41cd
commit
74f67dfc7e
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user