Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 2163c30

Browse files
authored
docs: remove duplicate instruction to install psutil (#40)
1 parent fff8921 commit 2163c30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,8 @@ counter.add(25, {"dimension-1": "value-1"})
7777
To run the [example](example/basic_example.py), clone this repository and change to the `opentelemetry-metric-python` folder, then run:
7878

7979
```shell
80-
pip install psutil # the example exports cpu which is retrieved using psutil, this is not required by the exporter.
8180
pip install . # install the Dynatrace exporter
82-
pip install psutil # install package is used by the example to read CPU/Memory usage
81+
pip install psutil # this package is used by the example to read CPU/Memory usage
8382
export LOGLEVEL=DEBUG # (optional) Set the log level to debug to see more output (default is INFO)
8483
python example/basic_example.py
8584
```

0 commit comments

Comments
 (0)