Package installation

Install bhad package using uv:

uv venv --python 3.12
uv add bhad

Alternatively, using pip:

python3 -m venv .venv
source .venv/bin/activate
pip install bhad