Getting Started#

Installation#

Install hermpy from PyPI:

pip install hermpy
# or uv add ... etc.

or install from source (only recommended for development):

git clone https://github.com/daraghhollman/hermpy
pip install ./hermpy

# Or make it editable with '-e'
pip install -e ./hermpy
git clone git@github.com:daraghhollman/hermpy.git
pip install ./hermpy

# Or make it editable with '-e'
pip install -e ./hermpy

Quick Start#

These docs are a work in progress.