Use uv consistently throughout the documentation (#15302)

## Summary

Closes
https://github.com/astral-sh/ruff/issues/15301#issuecomment-2573350821.
This commit is contained in:
Charlie Marsh 2025-01-07 09:43:25 -05:00 committed by GitHub
parent 95294e657c
commit 5567e7c26b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 104 additions and 41 deletions

View file

@ -4,10 +4,10 @@ Compare lint and format results for two different ruff versions (e.g. main and a
## Installation
From the Ruff project root, install with `pip`:
From the Ruff project root, install with [uv](https://docs.astral.sh/uv/):
```shell
pip install -e ./python/ruff-ecosystem
uv tool install -e ./python/ruff-ecosystem
```
## Usage