Skip to content
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

Recommend installation via pipx #457

Merged
merged 4 commits into from Jan 19, 2022
Merged

Conversation

hexagonrecursion
Copy link
Contributor

Managing python, pip and virtual environments can be too much work sometimes especially for a project that is not itself written in python. pipx is a convenient shortcut, but people unfamiliar with the python ecosystem might not even know it exists. To mitigate this I have added an example of running your tool via pipx to your readme.

Managing python, pip and virtual environments can be too much work sometimes especially for a project that is not itself written in python. pipx is a convenient shortcut, but people unfamiliar with the python ecosystem might not even know it exists. To mitigate this I have added an example of running your tool via pipx to your readme.
@mxmehl
Copy link
Member

mxmehl commented Jan 19, 2022

Thank you! I never heard of pipx before, but it looks good on first sight.

However, I would like to keep the package managers on top of the installation instruction list. They are easiest and safest to use for most users, and keep track of updates (in most cases). But for me it would be fine to rank pipx second if @carmenbianca agrees.

@carmenbianca
Copy link
Member

pipx is great. I'd almost be tempted to remove the 'installation via pip' instructions, but I think they're valuable to keep around.

Putting pipx second is a good idea. To push users towards pipx instead of pip, maybe append '(Recommended)' to both the distro instructions and pipx?

hexagonrecursion and others added 3 commits January 19, 2022 11:40
> Thank you! I never heard of pipx before, but it looks good on first sight.
> 
> However, I would like to keep the package managers on top of the installation instruction list. They are easiest and safest to use for most users, and keep track of updates (in most cases). But for me it would be fine to rank pipx second if @carmenbianca agrees.

> pipx is great. I'd almost be tempted to remove the 'installation via pip' instructions, but I think they're valuable to keep around.
> 
> Putting pipx second is a good idea. To push users towards pipx instead of pip, maybe append '(Recommended)' to both the distro instructions and pipx?
@mxmehl mxmehl merged commit b77b7ef into fsfe:master Jan 19, 2022
@mxmehl
Copy link
Member

mxmehl commented Jan 19, 2022

Thank you, just merged after adding a changelog entry and a cosmetic change.

@hexagonrecursion hexagonrecursion deleted the patch-1 branch January 19, 2022 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants