From 17bee5760d5ae726027deebad7619131d47c8c66 Mon Sep 17 00:00:00 2001 From: Bernd Porr Date: Sun, 28 Jul 2019 08:27:52 +0100 Subject: [PATCH] Added installtion info --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.rst b/README.rst index db99146..7b99dc8 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,22 @@ A collection of 7 ECG heartbeat detection algorithms implemented in Python. Deve analyse heartrate variability. +Installation +============ + +Linux / Mac:: + + pip3 install py-ecg-detectors [--user] + +Windows:: + pip install py-ecg-detectors [--user] + +From source:: + python3 setup.py install [--user] + +Use the option `--user` if you don't have system-wise write permission. + + ECG Detector Class Usage ========================