-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Description
The README already shows how to use build
with uv
, but does so assuming someone's also using pipx
.
Given that uv
has functionality which overlaps with pipx
, is it perhaps worth changing this section to assume someone is using uv
's own functionality for installing build
? (Doing so is not as simple as replacing pipx
with uvx
in the command, as build
reiles on entry-points
to tell pipx
to invoke it via -m
).
Specifically, is it worth changing that section to say:
uv run --with 'build[uv]' -m build --installer=uv
?
Metadata
Metadata
Assignees
Labels
No labels