openstack-doc-tools/doc/source/installation.rst
Andreas Jaeger 93be0e5e62 Use sphinx for documentation of openstack-doc-tools
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
2014-01-03 12:19:40 +01:00

226 B

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