Re: [PATCH 13/14] Update README for uv-based dev checks
Konstantin Ryabitsev <[email protected]>
| Newsgroups | org.kernel.linux.tools |
|---|---|
| Message-ID | <177611518001.749969.16166025327956174319.b4-review@b4> |
On Fri, 10 Apr 2026 18:38:04 -0400, Tamir Duberstein <[email protected]> wrote: > diff --git a/README.md b/README.md > index 3709d7e..2f61036 100644 > --- a/README.md > +++ b/README.md > @@ -613,25 +613,28 @@ except LibloreError: > Install with development dependencies: > > ```shell > -pip install -e ".[dev]" > +uv sync --all-extras --all-groups > ``` > > Run the test suite: > > ```shell > -pytest > +uv run--all-extras --all-groups pytest I think you want a space between run and flags. It's like this in the entire doc, so I think it's a find-and-replace typo? -- KR