Add language dictionary install step to PyEnchant spell checking section.

Curtis Gedak 2017-07-08 11:30:26 -06:00
parent 232825dfbb
commit fd05eb5355

@ -50,6 +50,13 @@ PyEnchant is used for spellchecking.
sudo apt install python3-enchant
Install the desired language dictionary.
Each language is identified by a suffix (`en` for English, `fr` for French, `de` for German, etc.)
For example to install the French `fr` dictionary use:
sudo apt install aspell-fr
### MarkDown
MarkDown provides Manuskript export as HTML.