You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not too familiar with pipx, but I like how it describes a use case as "turning PyPI into an App Store for python".
See if I can use pipx to install this project with an easier CLI entry point than the current implementation. (It shouldn't change current workflows, just make it easier for people who use pipx?)
Add a note to documentation installation section that pipx can be used for system-wide installation.
Also sort out how to install with uv. See reddit conversation: "uv lets you uv tool install python-based tools into dedicated venvs, at the user-level. It manages the venv for you. It keeps that tools reps isolated. It lets you just snag it and run it." Look at [uvx]](https://docs.astral.sh/uv/guides/tools/).
I'm not too familiar with pipx, but I like how it describes a use case as "turning PyPI into an App Store for python".
pipxcan be used for system-wide installation.uv tool installpython-based tools into dedicated venvs, at the user-level. It manages the venv for you. It keeps that tools reps isolated. It lets you just snag it and run it." Look at [uvx]](https://docs.astral.sh/uv/guides/tools/).