File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,6 @@ pip install opentelemetry-api
6060pip 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-
7163The
7264[ ` exporter/ ` ] ( https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter )
7365directory includes OpenTelemetry exporter packages. You can install the packages separately with the following command:
@@ -106,15 +98,11 @@ machine.
10698
107991 . Install scalene using the following command
108100
109- ::
110-
111- pip install -U scalene
101+ ` pip install scalene `
112102
1131032 . 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
You can’t perform that action at this time.
0 commit comments