mirror of
https://github.com/astral-sh/ruff
synced 2026-01-08 07:04:28 -05:00
Use uv consistently throughout the documentation (#15302)
## Summary Closes https://github.com/astral-sh/ruff/issues/15301#issuecomment-2573350821.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user