-
Notifications
You must be signed in to change notification settings - Fork 2
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
Easier install process #10
Comments
Thank you for your comment! When I created this repo, I did not know much about PyPi, including the Concerning publishing to PyPi, this would be interesting, however 1) I do not have much time to work on this repo any more, and it feels strange to publish something that most likely will not be updated; and 2) AFAIK PyPi's official guide recommends using the more recent |
Replaced the instructions for downloading and installing the Wheel file with a more simple and straightforward version, relying on pip to directly download and install from Git(Hub). This modification was proposed in #10 .
Thanks for the update! Even if you don't have time to maintain it, I found the program useful. If anyone else wants to use it, providing a PyPi package wouldn't do any harm, but it would make it easier for them to try it out. Although since you've already added the If you did want to publish, I don't think there's a rule against using
The current In any case, thanks for the response, and thanks for developing and releasing the program! |
I noticed the README recommends installing by downloading the wheel or cloning the repo.
Actually, you can install directly from the repo with
pip install git+https://github.com/rchaput/xdg-prefs
. That might be a more straightforward instruction.That said, have you consider publishing to PyPi, so that it can become just
pip install XDG-Prefs
?The text was updated successfully, but these errors were encountered: