Installation

pip install heepx

Requires Python 3.10+. This installs the heepx library and the hx command line tool.

Verify it worked:

hx version

Development install

git clone https://github.com/HeepX/heepx-sdk
cd heepx-sdk
pip install -e ".[dev]"
pre-commit install

The default registry (GitHubRegistry) reaches out to github.com/HeepX, so hx learn <name> needs network access the first time it fetches a given version; --offline guarantees no network call is made.

Next

Quick Start to learn your first capability.