Skip to content

Commit

Permalink
Added installtion info
Browse files Browse the repository at this point in the history
  • Loading branch information
berndporr committed Jul 28, 2019
1 parent 4df2c59 commit 17bee57
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
========================

Expand Down

0 comments on commit 17bee57

Please sign in to comment.