File: index.rst

package info (click to toggle)
python-oslo.versionedobjects 3.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 720 kB
  • sloc: python: 5,669; makefile: 24; sh: 2
file content (12 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
==============
 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]'