Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6631e89 commit e3467d4Copy full SHA for e3467d4
README.md
@@ -80,9 +80,7 @@ this repository and perform an [editable
80
install](https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs):
81
82
```sh
83
-pip install -e ./opentelemetry-api
84
-pip install -e ./opentelemetry-sdk
85
-pip install -e ./instrumentation/opentelemetry-instrumentation-{instrumentation}
+pip install -e ./opentelemetry-api -e ./opentelemetry-sdk -e ./opentelemetry-semantic-conventions
86
```
87
88
For additional exporter and instrumentation packages, see the
0 commit comments