Added pyenchant to the readme as an optional dependency

This commit is contained in:
Ricky Brent 2016-11-14 11:28:42 -08:00
parent c1e3bb9c82
commit 936f48f167
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ Following packages are *required*:
* Python 2.x >= 2.6
* PySide (recommended, packages: python.pyside.*) or PyQt4 (python-qt4)
Following packages are *optional*:
* PyEnchant (for spell check)
=== Install via source distribution
----