os-brick/doc/source/installation.rst
Walter A. Boring IV b3a392e5a2 Update the documentation for os-brick
This patch intends to update the base documenation that is built
for the os-brick library.  It includes the API documentation,
changelog, tutorial.

You can generate the documentation by running:
tox -edocs

DocImpact
Change-Id: Ia0fe0118207bbdc3cf698dfe09c0b71ebddd57f3
2015-02-19 14:37:13 -08:00

315 B

Installation

At the command line:

$ pip install os-brick

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv os-brick
$ pip install os-brick

Or, from source:

$ git clone https://github.com/openstack/os-brick
$ cd os-brick
$ python setup.py install