InstallationΒΆ

Install the package from PyPI:

pip install pyEpiAneufinder

Install local development dependencies for tests:

pip install -e ".[test]"

Install local documentation dependencies:

pip install -e ".[docs]"