Installation

Requirements:

To install and set up the project:

git clone https://github.com/linkml/dm-bip.git
cd dm-bip

Using uv (default):

uv sync

Using Virtual Environment explicitly:

pyenv local 3.12
uv sync