Files
Akihiro Motoki bdcce8b8ad rearrange existing documentation to fit the new standard layout
Minor formatting improvements found during the document check
are also done.

Change-Id: I55d582100c40961a5b0f5ec4b2ea9a55f2d8d8a1
2017-07-01 21:02:49 +09:00

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]'