Installation¶
Installation from PyPI¶
$ pip install ucla-subgraph-matching
Development Installation¶
You will need git and poetry to install for local development.
First, clone the repository using git.
$ git clone git@github.com:jdmoorman/uclasm.git
$ cd uclasm
Now, install the project using poetry and check that all tests are passing on your machine.
$ poetry install
$ poetry run pytest tests/