huggingface / knockknock

🚪✊Knock Knock: Get notified when your training ends with only two additional lines of code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

installation from conda

AgentDS opened this issue · comments

since I am using conda to manage my python package, could you please make it available to install this package using conda?

Hmmm I am not actually sure what's the best way to do it.
Would publishing it to pypi help?

https://medium.com/@giswqs/building-a-conda-package-and-uploading-it-to-anaconda-cloud-6a3abd1c5c52
I mean, could you please upload the package to Anaconda cloud, so I can install this via conda command?

It's done. You can use conda to install knockknock.
See https://anaconda.org/victorsanh/knockknock

Could you please make it available for osx-64? really appreciate it

I'm working on that, but I have to acknowledge that conda is really giving me a hard time: it is significant less smooth than with pip...
In the meantime, you can always bypass the installation using a python setup.py install (it won't be tracked with the conda package manager but at least, you can use the lib as a package).

hey @AgentDS, I uploaded the osx-64 package! Enjoy!

thanks!