Installing and getting started

The latest stable release (and older versions) can be installed from PyPI:

pip install mdl-eyelink

Alternatively, you can install the development version directly from github:

pip install git+https://github.com/risoms/mdl-eyelink.git

Another option would be to to clone the github repository and install from your local copy:

pip install .