diff --git a/Run-Manuskript-from-Source-Code-on-Windows.md b/Run-Manuskript-from-Source-Code-on-Windows.md index 6fd3857..333f64a 100644 --- a/Run-Manuskript-from-Source-Code-on-Windows.md +++ b/Run-Manuskript-from-Source-Code-on-Windows.md @@ -88,13 +88,15 @@ The spell checkers that manuskript supports are as follows: - __Symspellpy__ - _[Symspellpy](https://pypi.org/project/symspellpy/) is a Python port of [SymSpell](https://github.com/wolfgarbe/SymSpell). Despite not being optimized for speed (according to the project description), it is considerably faster than PySpellChecker when operating on the same dictionaries._ + _[Symspellpy](https://pypi.org/project/symspellpy/) is a Python port of [SymSpell](https://github.com/wolfgarbe/SymSpell). Despite not being optimized for speed (according to the project description), it is considerably faster than PySpellChecker when operating on the same dictionaries. It does not come with any dictionaries of its own, but if pyspellchecker is installed, Manuskript will use those in conjunction with symspellpy._ Install it using: `pip install symspellpy` At time of writing v6.3.9 was installed. You can specify this version with the `pip install symspellpy==6.3.9` command. - It does not come with any dictionaries of its own, but if pyspellchecker is installed, manuskript will use those in conjunction with symspellpy. + It does not include any dictionaries. + + See also [Issue 614 - Comments on 'Run from Source Code' wiki page and Spell Checker documentation](https://github.com/olivierkes/manuskript/issues/614) for more information on spell checkers. ### MarkDown (Optional - provides Manuskript export as HTML)