-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pipx installation guide #110
Comments
Confirmed this works on Ubuntu as follows:
|
I hadn't heard about pipx before. I've read https://pypa.github.io/pipx/comparisons/ but I still find it confusing. IIUC it creates a separate virtual environment for every CLI package? At this moment I'm not sure if adding pipx instructions to the read-me would confuse more than enlighten, so for now I'll just leave this issue open as reference to whomever might be interested. |
@jrfonseca Personally, I use it as a package manager when the package is available on PyPI but not through apt. There may be other use cases. It is simple to use for pure Python packages with no system dependencies. More complex packages, like yours, require some special hints like those above. I agree pipx isn't yet so wildly popular that there's a huge incentive to include it in the README. Would you be ok with adding instructions to the wiki? Maybe a link from the README to the wiki? Up to you. I'm happy make the edit and/or PR. |
Hmmm, or a new section "pipx users" under "Windows users" and "Debian/Ubuntu users". Then it's clear that if you don't already use pipx, you can ignore it. |
I found that I could install
xdot
withpipx
on Mac and the instructions should work for Linux as well (although I haven't tested):The text was updated successfully, but these errors were encountered: