diff options
| -rw-r--r-- | host/docs/build.rst | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/host/docs/build.rst b/host/docs/build.rst index fbd582880..ee522780a 100644 --- a/host/docs/build.rst +++ b/host/docs/build.rst @@ -101,6 +101,10 @@ Docutils  * **Usage:** build time (optional)  * **Download URL:** http://docutils.sourceforge.net/ +**Alternate method:** +Install setuptools, and use the easy_install command to install Docutils. +http://pypi.python.org/pypi/setuptools +  ------------------------------------------------------------------------  Build Instructions (Unix)  ------------------------------------------------------------------------ | 
