-
Notifications
You must be signed in to change notification settings - Fork 129
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 |
@coderholic
Can you please take a look at #77 regarding updating pyradio in PyPi?
The text was updated successfully, but these errors were encountered: