InstallationΒΆ

At the command line:

$ pip install oslo.utils

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv oslo.utils
$ pip install oslo.utils

Previous topic

oslo.utils

Next topic

Usage

This Page