huggingsound
huggingsound copied to clipboard
Cut a new release?
It seems there hasn't been a release in going on a year, though lots of dependencies have been updated. This makes at least the readme somewhat confusing, as it instructs to install a very old version.
Is there any intention to deploy to Pypi? By deploying to pypi you will allow users to generate hashes in their requirements files. Deploying directly from github means that isn't possible, unless I'm mistaken.
I know this is a bit of a hack but you can install python packages directly from git repo.
pip install git+https://github.com/jonatasgrosman/huggingsound
I hope this helps.
By deploying to pypi you will allow users to generate hashes in their requirements files. Deploying directly from github means that isn't possible, unless I'm mistaken.
@TJ-coding