93be0e5e62
Update for using sphinx package so that documentation follows the OpenStack python packaging conventions. This contains an initial man page for the openstack-doc-test tool. Change-Id: I8b8ed63c3c7bcfb58f5d8f939a79c3f7c314b969
13 lines
226 B
ReStructuredText
13 lines
226 B
ReStructuredText
============
|
|
Installation
|
|
============
|
|
|
|
At the command line::
|
|
|
|
$ pip install openstack-doc-tools
|
|
|
|
Or, if you have virtualenvwrapper installed::
|
|
|
|
$ mkvirtualenv openstack-doc-tools
|
|
$ pip install openstack-doc-tools
|