Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang committed Jan 12, 2024
1 parent 487bca3 commit 29dcab1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ instrumentation package.

### Notes
- When you run these commands, `tox` will print out all the steps it is taking in the command line.
- `-e` specifies the environment string(s), which is a hyphen-delimited list of "factors" defined in `tox.ini`.
- The `openai` substring in the commands above can be replaced by other package names defined in `tox.ini`, e.g.
`semconv`.
- `-e` specifies the environment string(s), which is a hyphen-delimited list of "factors" defined in `tox.ini`.
Multiple environment strings can be specified by separating them with commas, e.g. `-e ruff-openai,ruff-semconv`.

## Introduction to `tox`

Expand Down

0 comments on commit 29dcab1

Please sign in to comment.