Hacker News new | ask | show | jobs
by zeppelin101 332 days ago
pipx is still the best tool for standalone utility type of packages: "yt-dlp", "glances" (like htop), etc.
1 comments

You can, however, use uv for this, e.g., `uvx yt-dlp` works like it would in pipx.

https://docs.astral.sh/uv/guides/tools/