Skip to content

Commit

Permalink
docs: mention conda
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Apr 4, 2024
1 parent 228a084 commit dcb4295
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ pipx inject repo-review <plugin(s)>
repo-review .
```

Any other way you like installing things works too, including `pip install`.
Any other way you like installing things works too, including `pip install` and `uv pip install`.
Remember the `[cli]` extra if you are using the command line
interface.

A conda-forge package is also available. You can use `conda`, `mamba`, `micromamba`, or `pixi` to
install from the conda-forge channel.

Plugins are also encouraged to support pre-commit and GitHub Actions.

## Running checks
Expand Down

0 comments on commit dcb4295

Please sign in to comment.