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-esror with poetry:
poetry add pyepr-esrTo install PyEPR from source, clone the repository and run the following command:
git clone https://github.com/JeschkeLab/PyEPR
pip install .- PyEPR requires:
- Python >= 3.11 < 3.13
- Numpy
- Scipy
- Matplotlib
- pyyaml
- xarray
- h5netcdf
- toml
- deerlab (https://github.com/JeschkeLab/DeerLab)
- psutil