Skip to content

Commit

Permalink
fix: roll back changes to the dev-setup that somehow only worked this…
Browse files Browse the repository at this point in the history
… way on my end
  • Loading branch information
a-recknagel committed Jul 4, 2024
1 parent eaf328d commit 0552590
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ this repository and perform an [editable
install](https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs):

```sh
pip install -e ./opentelemetry-sdk/ -e ./opentelemetry-api/ -e ./opentelemetry-semantic-conventions/
pip install -e ./opentelemetry-api
pip install -e ./opentelemetry-sdk
pip install -e ./instrumentation/opentelemetry-instrumentation-{instrumentation}
```

Expand Down

0 comments on commit 0552590

Please sign in to comment.