File: installation.rst

package info (click to toggle)
python-oslo.versionedobjects 1.8.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 512 kB
  • sloc: python: 4,660; makefile: 46
file content (12 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (6)
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]'