Installing

Dependencies

The required dependencies of hotspell are:

It is recommended to use the Anaconda Python distribution to ensure that the above dependencies are properly installed, before installing hotspell.

If a new conda environment or Miniconda is used, the dependencies can be easily installed using the conda package manager:

conda install numpy pandas

Installing with pip

Hotspell is available on PyPI and can be installed using the pip package manager:

pip install hotspell