blob: 4fd1d47c4e247ba99e02ef4f866c03267af42fed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
============
Installation
============
At the command line::
$ pip install oslo.middleware
Or, if you have virtualenvwrapper installed::
$ mkvirtualenv oslo.middleware
$ pip install oslo.middleware
|