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

Make this installable with pip #15

Merged
merged 2 commits into from
Jul 31, 2021

Conversation

traverseda
Copy link
Contributor

Just because I wanted an easier way to add this to my python path

@ChristophSchranz ChristophSchranz merged commit 2e59e0a into ChristophSchranz:master Jul 31, 2021
Copy link
Owner

@ChristophSchranz ChristophSchranz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I already prefer this cli-interface myself, thanks for this commit!

If you want to install is as a CLI app first install
[pipx](https://pypa.github.io/pipx/) and then run

pipx install git+https://github.com/ChristophSchranz/Tweaker-3.git
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @traverseda ,

Are you sure the command is really with pipx?

pipx returned "Package cannot be a url", but running with pip worked as expected.

Ubuntu 20.04 here.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not clear for me why there is a need for pipx. I'll check in a commit that uses pip only to simplify the setup. Feel free to update if there is a reason for pipx.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems to work for me. There's no need to use pipx, but it help keep things properly isolated. If you install a bunch of python commands with normal pip you're going to get weird conflicts the dependencies eventually. Pipx works fine for me, I'm using version 0.16.3.

image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me, but I imagine the people who have a need for pipx already use pipx

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.

2 participants