
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
13 lines
254 B
ReStructuredText
13 lines
254 B
ReStructuredText
============
|
|
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]'
|