Dev Setup¶
Clone the meta-hq repository:
Through https:
Through ssh:
Install Git LFS¶
The data packages and some of the raw annotation sources are too large to be tracked through native git. We use Git LFS to track these large files. You can install Git-LFS at https://git-lfs.com.
To download lfs tracked files run:
Install packages¶
We highly recommend using uv for install. The meta-hq repository is a structured as a
monorepo uv workspace with the metahq-cli and metahq-core packages in packages/cli
and packages/core, respectively.
With Make:
Through uv:
Through pip:
Manually:
Through pip:
Configure the package¶
Download the database and configure both packages.
Local documentation build¶
To build and render the documentation page locally run: