Installation

pyhctsa requires Python 3.10 or higher.

Using pip

The easiest way to install pyhctsa is using pip:

> pip install pyhctsa

From Source

You can also install pyhctsa directly from the source code:

git clone https://github.com/DynamicsAndNeuralSystems/pyhctsa.git
cd pyhctsa
pip install -e .

Verify Installation

To verify that pyhctsa is installed correctly, you can run:

pip show pyhctsa

If pyhctsa has been successfully installed, you will see information about the package version, license info, etc:

Name: pyhctsa
Version: 0.1.0
Summary: Highly comparative time-series analysis in Python.
Home-page: https://github.com/DynamicsAndNeuralSystems/pyhctsa
Author:
Author-email: "Joshua B. Moore" <joshua.moore@sydney.edu.au>, "Ben D. Fulcher" <ben.fulcher@sydney.edu.au>
License: GNU GENERAL PUBLIC LICENSE