Installation¶
mlir-graphblas is implemented via Python and Cython.
Building from source or installing from pip is possible, but the recommended method to install is using conda.
Python version support¶
Python 3.8 and above is supported.
Installing using conda¶
conda install -c conda-forge -c metagraph mlir-graphblas
Installing from source¶
Instructions for building from source are currently a work in progress.
Installing using venv¶
Instructions for installing via venv are currently a work in progress.