Skip to content

Installation

Spellmatch is implemented in Python and shipped as a Python package.

Requirements

The spellmatch Python package requires Python 3.9.

For opening analysis notebooks, JupyterLab is recommended.

Using virtual environments (e.g. conda) is strongly recommended for reproducibility reasons.

Installation

You can install spellmatch from PyPI using pip:

pip install spellmatch

The latest development version can be installed directly from GitHub:

pip install git+https://github.com/bodenmillergroup/spellmatch
Back to top