Skip to content

Commit da19b9c

Browse files
author
LegrandNico
committed
Update README
1 parent bca2ffa commit da19b9c

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.rst

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,16 @@ Systole can be installed using pip:
5050
5151
The following packages are required to use Systole:
5252

53-
* Numpy (>=1.15)
54-
* SciPy (>=1.3.0)
55-
* Pandas (>=0.24)
56-
* Matplotlib (>=3.0.2)
57-
* Seaborn (>=0.9.0)
58-
* py-ecg-detectors (>=1.0.2)
53+
* `Numpy <https://numpy.org/>`_ (>=1.15)
54+
* `SciPy <https://www.scipy.org/>`_ (>=1.3.0)
55+
* `Pandas <https://pandas.pydata.org/>`_ (>=0.24)
56+
* `Matplotlib <https://matplotlib.org/>`_ (>=3.0.2)
57+
* `Seaborn <https://seaborn.pydata.org/>`_ (>=0.9.0)
58+
* `py-ecg-detectors <https://github.com/berndporr/py-ecg-detectors>`_ (>=1.0.2)
5959

6060
Interactive plotting functions and reports generation will also require the following packages to be installed:
6161

62-
* plotly (>=4.8.0)
63-
* plotly_express (>=0.4.1)
62+
* `Plotly <https://plotly.com/>`_ (>=4.8.0)
6463

6564
Tutorial
6665
========
@@ -71,14 +70,13 @@ For an overview of all the recording functionalities, you can refer to the follo
7170
* Artefacts detection and artefacts correction
7271
* Heart rate variability
7372

74-
For an introduction to Systole and cardiac signal analysis, you can check the following tutorial:
73+
For an introduction to Systole and cardiac signal analysis, you can refer to the following tutorial:
7574

76-
`Introduction to cardiac signal analysis for cognitive science <https://legrandnico.github.io/Notebooks/IntroductionCardiacSignalAnalysis.html>`_
75+
* `Introduction to cardiac signal analysis <https://legrandnico.github.io/Notebooks/IntroductionCardiacSignalAnalysis.html>`_ |Colab badge|
7776

78-
.. image:: https://colab.research.google.com/assets/colab-badge.svg
77+
.. |Colab badge| image:: https://colab.research.google.com/assets/colab-badge.svg
7978
:target: https://colab.research.google.com/github/LegrandNico/Notebooks/blob/main/IntroductionCardiacSignalAnalysis.ipynb
8079

81-
8280
Recording
8381
=========
8482

0 commit comments

Comments
 (0)