-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Milestone
Description
Please, add support for uv packager manager.
Today the install.sh only looks for pipx. If uv is install i would like it to use uv instead of pipx.
Syntax:
$ uv tool install --help
Install commands provided by a Python package
Usage: uv tool install [OPTIONS] <PACKAGE>
Arguments:
<PACKAGE> The package to install commands from
.
.
.
nebularnoise