Installation guide

Contents

Installation guide#

To install SKHiPPR, perform the following steps:

  1. Download or clone the git repository

  2. Navigate to the folder containing SKHiPPR.

  3. (optional) Create and activate a new virtual environment

  4. From the root folder of the SKHiPPr repository, install SKHiPPR using pip:

    pip install .
    

For insight on skhippr usage, check out the next sections of the documentation.

Requirements#

SKHiPPR was tested and developed in Python 3.13.1. However, it is expected to work with Python 3.10 upwards. SKHiPPR requires the following packages:

  • numpy

  • scipy

  • matplotlib