-
Notifications
You must be signed in to change notification settings - Fork 127
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
Updating pyradio on PyPi (pip) #78
Comments
it would be nice to update it, can anyone do it? |
FYI you can install Install pip install git+https://github.com/coderholic/pyradio.git
# This might not be necessary, if [python3-]psutil is already installed.
pip install psutil Upgrade pip install --upgrade git+https://github.com/coderholic/pyradio.git psutil Uninstall pip uninstall pyradio psutil (If you use pipx, make sure to inject |
Although using Since I never had PyPI access for this project (I am not the original programmer, you see), I have created a workaround; the install.py script. This script will:
Furthermore, once Now, one is free to use any method one finds easier, but I would recommend using the |
Current pypi version is 0.5.2 (https://pypi.org/project/pyradio/) |
Yes, @luzpaz I know... I am not the creator of the project, @coderholic is, and I do not have access to pypi Either way, maybe it's for the best; providing a custom installation method allows for the installation of man pages, html help etc. which would not be possible through pypi (as far as I know) |
@klen can you help with that? It seems you have access to |
So this is a really dumb idea I'm sure but... what about just renaming the project? Yeah I know it's not exactly an easy task but it's better than having to try to do workarounds that may be slightly confusing for some people (like me who tried to install via pip first.) You could call it radiopy or something. |
That would be a solution, I know, but one I'm not ready to even consider right now. I undestand that using a script like The downside of renaming the repo altogether, effectively creating a new project, would lead to losing all the hisyory, issues, etc. we have in this repo, I would not like to do that... So, for the time being, I think we are good as we are 😉 |
Yeah, I mean once it's done it's fine. However not everyone is so technically minded so I think the simpler things can be made the better. There's also a good argument of survival of the fittest, and if someone can't figure out how to install something when most of the legwork is done for them (binaries instead of compiling) that maybe they don't necessarily need or deserve to have that program. But I am kind of a jerk too. |
@coderholic
Can you please take a look at #77 regarding updating pyradio in PyPi?
The text was updated successfully, but these errors were encountered: