Skip to content

Commit

Permalink
Fix grammar and typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored and jugmac00 committed Feb 17, 2024
1 parent 77f9b1a commit bd93a99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
[![check](https://github.com/tox-dev/tox-uv/actions/workflows/check.yml/badge.svg)](https://github.com/tox-dev/tox-uv/actions/workflows/check.yml)
[![Downloads](https://static.pepy.tech/badge/tox-uv/month)](https://pepy.tech/project/tox-uv)

**tox-uv** is a tox plugin which replaces virtualenv and pip with uv your tox environments.
**tox-uv** is a tox plugin which replaces virtualenv and pip with uv in your tox environments.
Note that you will get both the benefits (performance) or downsides (bugs) of uv.

## How to use

Install `tox-uv` into the environment of your tox and will replace virtualenv and pip for all runs:
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
Expand All @@ -27,4 +27,4 @@ python -m tox r -e py312 # will use uv

This flag, set on a tox environment level, controls if the created virtual environment injects pip/setuptools/wheel into
the created virtual environment or not. By default, is off. You will need to set this if you have a project that uses
the old legacy editable mode, or your project does not support the `pyprooject.toml` powered isolated build model.
the old legacy editable mode, or your project does not support the `pyproject.toml` powered isolated build model.

0 comments on commit bd93a99

Please sign in to comment.