File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SmartInspect Python Library
66 :alt: SmartInspect
77
88
9- ``smartinspect `` is a client library to integrate SmartInspect logging into Python applications.
9+ ``smartinspect-py `` is a client library to integrate SmartInspect logging into Python applications.
1010It also has a SmartInspect Handler which can be used to dispatch Python ``logging `` log records to
1111the destination defined by SmartInspect.
1212
@@ -20,16 +20,16 @@ Visit `SmartInspect website <https://code-partners.com/offerings/smartinspect/>`
2020Installation
2121============
2222
23- You can install ``smartinspect `` with:
23+ You can install ``smartinspect-py `` with:
2424
2525.. code-block :: console
2626
27- $ pip install smartinspect
27+ $ pip install smartinspect-py
2828
2929 Usage
3030=====
3131
32- You can start using ``smartinspect `` like this:
32+ You can start using ``smartinspect-py `` like this:
3333
3434.. code-block :: pycon
3535
You can’t perform that action at this time.
0 commit comments