oslo.log/doc/source/installation.rst
Mark Doffman 362f329bcf Add optional 'fixture' dependencies.
Add extra 'fixture' section so that projects needing to use
oslo_log.fixture can add 'oslo.log [fixture]' to their
requirements to install the fixture dependencies

Closes-Bug: #1493976
Change-Id: I67f3f59c50627a41b672928d037a7bd9997caa11
2015-09-22 13:03:10 -05:00

254 B

Installation

At the command line:

$ pip install oslo.log

To use oslo_log.fixture, some additional dependencies are needed. They can be installed using the fixtures extra:

$ pip install 'oslo.log[fixtures]'