marius-team / marius

Large scale graph learning on a single machine.
https://marius-project.org
Apache License 2.0
160 stars 45 forks source link

Enable pip installation for Marius #18

Closed JasonMoho closed 3 years ago

JasonMoho commented 3 years ago

Fixes #1

This change enables users to build and install Marius with pip, instead of using CMake.

By running pip install . in the root directory of the repository the following will occur:

This change includes an additional workflow which tests the pip install on linux and MacOS.