Spaces:
Runtime error
Runtime error
Update install_hunspell.sh
Browse files- install_hunspell.sh +1 -1
install_hunspell.sh
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
# spellchecking library
|
2 |
-
|
3 |
pip install hunspell
|
|
|
1 |
# spellchecking library
|
2 |
+
apt install hunspell hunspell-uk hunspell-de-de libhunspell-dev
|
3 |
pip install hunspell
|