Contents
Python >= 3.11, <= 3.13
uv
Cruft
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