InstallationΒΆ
PyEPR can either be installed via pip or from source.
It is recommended that virtual environments are used to install PyEPR, one recommended way to do this is with poetry.
To install PyEPR via pip, simply run the following command:
pip install pyepr-esr
or with poetry:
poetry add pyepr-esr
To install PyEPR from source, clone the repository and run the following command:
pip install .