Add python dev and hunspell lib
This commit is contained in:
parent
38e39b6b53
commit
2257887dca
@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
apt update -y
|
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
|
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