Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.22 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.22 KB

PPP-Spell-Checker

Spell checking for the PPP, using the aspell API and a Python wrapper

Dependencies:

  • python3-dev
  • libaspell-dev

Build Status Code Coverage Scrutinizer Code Quality

How to install

With a recent version of pip:

pip3 install git+https://github.com/WojciechMula/aspell-python.git
pip3 install git+https://github.com/ProjetPP/PPP-Spell-Checker.git

With an older one:

git clone https://github.com/WojciechMula/aspell-python.git
cd aspell-python
python3 setup.py install
cd ..
git clone https://github.com/ProjetPP/PPP-Spell-Checker.git
cd PPP-Spell-Checker
python3 setup.py install

Use the --user option if you want to install it only for the current user.