Add missing hunspell dicts
This commit is contained in:
parent
2257887dca
commit
15c97ebee3
@ -2,7 +2,7 @@
|
|||||||
apt update -y
|
apt update -y
|
||||||
apt upgrade -y
|
apt upgrade -y
|
||||||
|
|
||||||
apt-get install python3 python3-pip python3-venv unzip gawk screen python-dev libhunspell-dev
|
apt-get install python3 python3-pip python3-venv unzip gawk screen python-dev libhunspell-dev -y
|
||||||
python3 -m venv env
|
python3 -m venv env
|
||||||
source ./env/bin/activate
|
source ./env/bin/activate
|
||||||
pip install pandas spacy regex scipy hunspell
|
pip install pandas spacy regex scipy hunspell
|
||||||
|
Loading…
Reference in New Issue
Block a user