Installation
============
Haarpy requires Python version 3.10 or later. Installation of Haarpy and its dependencies can be done using pip:
.. code-block:: bash
$ pip install haarpy
Compiling from source
---------------------
The Walrus has the following dependencies:
* `Python `_ >= 3.10
* `SymPy `_ >=1.14.0
You can compile the latest development version by cloning the git repository, and installing using
pip in development mode.
.. code-block:: console
$ git clone https://github.com/polyquantique/haarpy.git
$ cd haarpy && python -m pip install -e .