Installation

The most recent release can be installed from PyPI with:

uv pip install rdfsolve

The most recent code and data can be installed directly from GitHub with:

uv pip install git+https://github.com/jmillanacosta/rdfsolve.git

To install in development mode, use the following:

git clone git+https://github.com/jmillanacosta/rdfsolve.git
cd rdfsolve
uv pip install -e .