Installation#

Haarpy requires Python version 3.10 or later. Installation of Haarpy and its dependencies can be done using pip:

$ pip install haarpy

Compiling from source#

The Walrus has the following dependencies:

You can compile the latest development version by cloning the git repository, and installing using pip in development mode.

$ git clone https://github.com/polyquantique/haarpy.git
$ cd haarpy && python -m pip install -e .