Installation
1. Installation#
Requirements:
Git client
Python 3.8+
The project is hosted on GitHub here.
Clone the repository:
git clone https://github.com/shailesh1729/ecg-codec.git
Install the skecg
Python package locally:
cd ecg-codec
pip install -e .
Note
The skecg
library depends on a number of standard Python data science
and scientific computing libraries including:
NumPy
, SciPy
, Matplotlib
, JAX
etc..
It will install its dependencies during installation if required.