File: installation.rst

package info (click to toggle)
python-keystonemiddleware 12.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,284 kB
  • sloc: python: 9,524; makefile: 93; sh: 2
file content (29 lines) | stat: -rw-r--r-- 686 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
==============
 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]

To install support for memcache encryption::

    $ pip install keystonemiddleware[memcache_encryption]