Add python dev and hunspell lib

This commit is contained in:
Wojciech Jarmosz 2022-04-25 00:21:53 +02:00
parent 38e39b6b53
commit 2257887dca

View File

@ -1,8 +1,8 @@
#!/bin/bash
apt update -y
apt upgrade
apt upgrade -y
apt-get install python3 python3-pip python3-venv unzip gawk screen
apt-get install python3 python3-pip python3-venv unzip gawk screen python-dev libhunspell-dev
python3 -m venv env
source ./env/bin/activate
pip install pandas spacy regex scipy hunspell