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