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
60
60
pip install opentelemetry-sdk
61
61
```
62
62
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
-
71
63
The
72
64
[ ` exporter/ ` ] ( https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter )
73
65
directory includes OpenTelemetry exporter packages. You can install the packages separately with the following command:
@@ -106,15 +98,11 @@ machine.
106
98
107
99
1 . Install scalene using the following command
108
100
109
- ::
110
-
111
- pip install -U scalene
101
+ ` pip install scalene `
112
102
113
103
2 . Run the ` scalene ` tests on any of the example Python programs
114
104
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 `
118
106
119
107
120
108
## Documentation
You can’t perform that action at this time.
0 commit comments