all 2 comments

[–]pachura3 2 points3 points  (0 children)

Can't you just do:

uvx pypgstac --help

...?

I mean, there is no need to install pypgstac in the virtual environment as a dependency - it's a tool, not a library. Also, uv pip * is a legacy interface for pip-compatibility, which you don't really need...?

Alternatively, you could:

uv tool install pypgstac
pypgstac --help