794aaca6ea
stylize the docs, and document the migration process, specifically calling out the changes to the Enforcer class, which now required an oslo.config config object to be passed in. implements bp graduate-policy Change-Id: Ief4395f3312b90adea1f05903b9498b730663a74
13 lines
212 B
ReStructuredText
13 lines
212 B
ReStructuredText
==============
|
|
Installation
|
|
==============
|
|
|
|
At the command line::
|
|
|
|
$ pip install oslo.policy
|
|
|
|
Or, if you want to use it in a virtualenvwrapper::
|
|
|
|
$ mkvirtualenv oslo.policy
|
|
$ pip install oslo.policy
|