python-shogi icon indicating copy to clipboard operation
python-shogi copied to clipboard

Conda Support

Open MarioJayakumar opened this issue 5 years ago • 2 comments

Would it be possible to add Conda support to python-shogi? Conda is used by many data scientists, as opposed to pypi, so having this library on Conda would be helpful to many. Also any other package that depends on python-shogi would need this on Conda in order for full Conda support. The distribution process for Conda would be fairly simple, as the only two commands required are

conda skeleton pypi python-shogi

and

conda-build python-shogi

MarioJayakumar avatar Jun 19 '20 20:06 MarioJayakumar

I'll try to upload to anaconda.org in the next release.

gunyarakun avatar Jun 29 '20 06:06 gunyarakun

Were you able to do this with the 1.0.9/1.0.10 release?

jkterry1 avatar Oct 22 '20 16:10 jkterry1