pyribs can now be installed with Conda! It is available on the conda-forge channel. To install the full distribution (equivalent to pip install ribs[all]), run:
conda install -c conda-forge pyribsTo install the base distribution (equivalent to pip install ribs), run:
conda install -c conda-forge pyribs-baseNote that installation only works on Python 3.6-3.8 for now, as there are still some issues with numba supporting Python 3.9. Refer to this GitHub issue for more info.
Many thanks to the folks at conda-forge for helping us set up the packages. For further reference, these are the links to the packages on Anaconda.org:
And these are the links to the feedstocks for the packages: