Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59fc285

Browse files
authored
Update README.md (open-telemetry#1574)
1 parent 9c81fdf commit 59fc285

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,6 @@ pip install opentelemetry-api
6060
pip install opentelemetry-sdk
6161
```
6262

63-
The
64-
[`instrumentation/`](https://github.com/open-telemetry/opentelemetry-python/tree/main/instrumentation)
65-
directory includes OpenTelemetry instrumentation packages. You can install the packages separately with the following command:
66-
67-
```sh
68-
pip install opentelemetry-instrumentation-{instrumentation}
69-
```
70-
7163
The
7264
[`exporter/`](https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter)
7365
directory includes OpenTelemetry exporter packages. You can install the packages separately with the following command:
@@ -106,15 +98,11 @@ machine.
10698

10799
1. Install scalene using the following command
108100

109-
::
110-
111-
pip install -U scalene
101+
`pip install scalene`
112102

113103
2. Run the `scalene` tests on any of the example Python programs
114104

115-
::
116-
117-
scalene opentelemetry-<PACKAGE>/tests/performance/resource-usage/<PATH_TO_TEST>/profile_resource_usage_<NAME_OF_TEST>.py
105+
`scalene opentelemetry-<PACKAGE>/tests/performance/resource-usage/<PATH_TO_TEST>/profile_resource_usage_<NAME_OF_TEST>.py`
118106

119107

120108
## Documentation

0 commit comments

Comments
 (0)