The Python package ecpo_eynollah can be installed from PyPI:
python -m pip install ecpo_eynollah
If you want to contribute to the development of ecpo_eynollah, we recommend
the following editable installation from this repository:
git clone git@github.com:ssciwr/ecpo-eynollah.git
cd ecpo-eynollah
python -m pip install --editable .[tests]
Having done so, the test suite can be run using pytest:
python -m pytest
This repository was set up using the SSC Cookiecutter for Python Packages.