Skip to content

Commit

Permalink
docs/python: fix cutting-edge packages installation (#4858)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx authored Jul 23, 2024
1 parent e869f28 commit ade26e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/en/docs/languages/python/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ This can be done by cloning the repository and doing an
```sh
git clone https://github.com/open-telemetry/opentelemetry-python.git
cd opentelemetry-python
pip install -e ./opentelemetry-api
pip install -e ./opentelemetry-sdk
pip install -e ./opentelemetry-api -e ./opentelemetry-sdk -e ./opentelemetry-semantic-conventions
```

## Repositories and benchmarks
Expand Down

0 comments on commit ade26e0

Please sign in to comment.