keystonemiddleware/doc/source/installation.rst
Steve Martinelli ef29dfce89 Use extras for oslo.messaging dependency
Install the oslo.messaging optional dependency by doing:

  keystonemiddleware[audit_notifications]

pbr documentation:

  http://docs.openstack.org/developer/pbr/#environment-markers

Partial-Bug: 1540115

Change-Id: I59eea1f7eb0e770ac4fe30211eff49ae76fb2550
2016-06-28 23:56:47 +00:00

26 lines
581 B
ReStructuredText

==============
Installation
==============
Install using pip
-----------------
At the command line::
$ pip install keystonemiddleware
Or, if you want to use it in a virtualenvwrapper::
$ mkvirtualenv keystonemiddleware
$ pip install keystonemiddleware
Install optional dependencies
-----------------------------
Certain keystonemiddleware features are only available if specific libraries
are available. These libraries can be installed using pip as well.
To install support for audit notifications::
$ pip install keystonemiddleware[audit_notifications]