c-labpl/qrs_detector

ModuleNotFoundError: No module named 'QRSDetectorOffline'

KatkayApps opened this issue · 2 comments

from QRSDetectorOffline import QRSDetectorOffline gives me

ModuleNotFoundError Traceback (most recent call last)
in
----> 1 from QRSDetectorOffline import QRSDetectorOffline

ModuleNotFoundError: No module named 'QRSDetectorOffline'

Do I have to install QRSDetectorOffline or online with pip3 before using it? I have tried and pip3 says
there is no module with that name.

Just download the whole project and import it from another py file in the same folder