bionic
bionic copied to clipboard
Make Bionic installable via Conda
Currently you can install Bionic via Pip, but not Conda. But some people want to use Conda!
In some ways Conda would be nicer because it could also grab dependencies like GraphViz. But we should probably just support both.
This Makefile could be a useful reference for getting started with releasing to Conda: https://github.com/driver-oss/beliefs/blob/master/Makefile#L90