Installation

This library depends on hunspell to work, so you must install it before:

  • Ubuntu/Debian: sudo apt-get install hunspell

  • macOS/Homebrew: brew install hunspell

  • Arch Linux: sudo pacman -S hunspell

  • Fedora: sudo dnf install hunspell

  • Windows: Download hunspell binary from ezwinports and add it to PATH.

Note

Don’t forget to remind users using your package in the installation instructions.

pip install hunspellcheck