Minor formatting improvements found during the document check are also done. Change-Id: I55d582100c40961a5b0f5ec4b2ea9a55f2d8d8a1
13 lines
298 B
ReStructuredText
13 lines
298 B
ReStructuredText
==============
|
|
Installation
|
|
==============
|
|
|
|
At the command line::
|
|
|
|
$ pip install oslo.versionedobjects
|
|
|
|
To use ``oslo_versionedobjects.fixture``, some additional dependencies
|
|
are needed. They can be installed using the ``fixtures`` extra::
|
|
|
|
$ pip install 'oslo.versionedobjects[fixtures]'
|