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
25 lines
375 B
ReStructuredText
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
|