Installation instructions

torch_ecg requires Python 3.7+ and is available through pip:

python -m pip install torch-ecg

One can download the development version hosted at GitHub via:

git clone https://github.com/DeepPSP/torch_ecg.git
cd torch_ecg
python -m pip install .

or use pip directly via:

python -m pip install git+https://github.com/DeepPSP/torch_ecg.git