Skip to content

Commit

Permalink
README: tox is a dependency of tox-uv
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Feb 17, 2024
1 parent bd93a99 commit 4000c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Note that you will get both the benefits (performance) or downsides (bugs) of uv
Install `tox-uv` into the environment of your tox and it will replace virtualenv and pip for all runs:

```bash
python -m pip install tox tox-uv
python -m pip install tox-uv
python -m tox r -e py312 # will use uv
```

Expand Down

0 comments on commit 4000c57

Please sign in to comment.