4 ms·
pipx is still the best tool for standalone utility type of packages: "yt-dlp", "glances" (like htop), etc.
by zeppelin101 1y ago
pipx is still the best tool for standalone utility type of packages: "yt-dlp", "glances" (like htop), etc.
- asa400 1y agoYou can, however, use uv for this, e.g., `uvx yt-dlp` works like it would in pipx. https://docs.astral.sh/uv/guides/tools/ https://docs.astral.sh/uv/guides/tools/