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.