Files
oslo.middleware/doc/source/install/index.rst
Dong Ma a2780e0cfc rearrange content to fit the new standard layout
Change-Id: I299b6da1fcb8a7a6a6524cfa5d9892a6c2643c18
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
2017-06-26 23:22:28 +08:00

213 B

Installation

At the command line:

$ pip install oslo.middleware

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv oslo.middleware
$ pip install oslo.middleware