88a104d852
Change-Id: Iaefc26222d42663423f736946dea97c5613b7d1c Signed-off-by: Doug Hellmann <doug@doughellmann.com>
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
|