Change-Id: Ic218b63c96d43c3c08744f18e0e0d56dd381987c Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
254 B
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]'