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

Add pipx support #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

holocronweaver
Copy link

Resolves #105

See this comment for rationale of using pipx and why setuptools is needed on Python 3.12 due to the removal of distutils.

Besides adding the setuptools dependency, also updated the README with how to install using pipx.

Tested locally:

$ pipx install --editable .
  installed package Konsave 0.1.dev143+ge379d9e.d20241011, installed using Python 3.12.3
  These apps are now globally available
    - konsave
done! ✨ 🌟 ✨
$ konsave -s test             
Konsave: Profile with this name already exists
Please check the log at /home/test/.cache/konsave_log.txt for more details.

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.

[Docs] Recommend pipx in the documentation
1 participant