Skip to content

Commit 49e93ea

Browse files
committed
FIX: Markdown flakes
1 parent 904f0fe commit 49e93ea

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ EDF API library that is installed on your computer.
2020
Strictly speaking, EyeLinkIO only requires Numpy. For converting data to pandas ``DataFrames`` or MNE-Python ``Raw`` instances, you must have those respective packages installed.
2121

2222
> [!NOTE]
23-
23+
>
2424
> - EyeLinkIO includes the Eyelink EDF API binary files that are needed to read EDF files.
2525
> - [See](#using-the-eyelink-developers-kit-edf-api-to-read-edf-files) If you want to use the EyeLink Developers Kit's EDF API library that is installed on your computer.
2626
@@ -47,8 +47,8 @@ pip install -e ./eyelinkio
4747
```
4848

4949
> [!IMPORTANT]
50-
To use the editable installation, you should:
51-
50+
> To use the editable installation, you should:
51+
>
5252
>- Fork the repository on GitHub first.
5353
>- Clone your forked repository to your local machine.
5454
>- Make sure you're in the directory *containing* the cloned `eyelinkio` folder when you run the command provided above
@@ -137,6 +137,11 @@ import eyelinkio
137137
edf = eyelinkio.read_edf("path/to/edf/file")
138138
```
139139

140+
> [!NOTE]
141+
>
142+
> - First download the [EyeLink Software Development Kit](<https://www.sr-research.com/support/forum-3.html>)
143+
> - You must register an account on the forum to access the download (registration is free)
144+
140145
## Acknowledgements
141146

142147
This package was originally adapted from the [pyeparse](<https://github.com/pyeparse/pyeparse>) package (created by several of the core developers of [MNE-Python](<https://mne.tools/dev/index.html>)). It copies much of the EDF (Eyelink Data Format) reading code.

0 commit comments

Comments
 (0)