Installation instructions#

Installing EMPIARReader from PyPI#

This is recommended for most users.

pip install empiarreader

If you want to install the latest version, use:

pip install git+https://github.com/alan-turing-institute/empiarreader/

Installing EMPIARreader with Poetry (for developers)#

This project uses Poetry for dependency management and packaging.

git clone https://github.com/alan-turing-institute/empiarreader/

Use cd empiarreader to change to the empiarreader directory. Then install via poetry

poetry install

Poetry will install any dependency needed. If you are having trouble installing, please search through the issues for a solution or submit a new issue.