kroger / pyknon

Simple Python library to generate music in a hacker friendly way.
http://kroger.github.com/pyknon/
MIT License
391 stars 48 forks source link

No longer available for install with pip? #25

Closed benabus closed 3 years ago

benabus commented 3 years ago

Doing pip install pyknon results in the following error:

requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://pypi.org/simple/pyknon/

kroger commented 3 years ago

pyknon is not available on pyPI anymore, I suggest you install it directly from the git repository:

pip install git+https://github.com/kroger/pyknon.git
JohnTravolski commented 1 year ago

pyknon is not available on pyPI anymore, I suggest you install it directly from the git repository:

pip install git+https://github.com/kroger/pyknon.git

Why is this the case? Is there any intention on making it available with pip in the future? This is an inconvenient way to obtain it.