Files
os-brick/doc/source/install/index.rst
Stephen Finucane 4fc0a51a17 doc: Restructure docs for doc-migration
We have three populated sections:

- install
- user
- reference

There are three docs removed, as they served little useful purpose and
were mostly unreferenced.

Sphinx's 'warning-is-error' option is enabled to catch the few issues
that has snuck into the docs.

Change-Id: I04e426faf337f0b03175f439c80b3369d4066733
2017-08-08 15:44:29 +01:00

25 lines
375 B
ReStructuredText

============
Installation
============
At the command line:
.. code-block:: shell
$ pip install os-brick
Or, if you have virtualenvwrapper installed:
.. code-block:: shell
$ mkvirtualenv os-brick
$ pip install os-brick
Or, from source:
.. code-block:: shell
$ git clone https://github.com/openstack/os-brick
$ cd os-brick
$ python setup.py install