Installation¶
This library depends on hunspell to work, so you must install it before:
Ubuntu/Debian:
sudo apt-get install hunspellmacOS/Homebrew:
brew install hunspellArch Linux:
sudo pacman -S hunspellFedora:
sudo dnf install hunspellWindows: 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