Installation
From pip:
From conda:
One may also clone it from github & install directly (in develop mode):
git clone --no-recurse-submodules https://github.com/hololinked-dev/hololinked.git
# the submodules can be quite hefty and are not necessary
cd hololinked
pip install -e .
With uv: