From 324dac72e77c7b35893126ead426aa82e3e36ec0 Mon Sep 17 00:00:00 2001 From: Bernd Porr Date: Sun, 28 Jul 2019 08:29:37 +0100 Subject: [PATCH] Fixed formatting --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 7b99dc8..e1ab0ee 100644 --- a/README.rst +++ b/README.rst @@ -14,11 +14,14 @@ 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.