b3a392e5a2
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
315 B
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