|
|
@ -41,13 +41,14 @@ $STD apt-get install -y --no-install-recommends \ |
|
|
|
msg_ok "Installed Dependencies" |
|
|
|
msg_ok "Installed Dependencies" |
|
|
|
|
|
|
|
|
|
|
|
msg_info "Installing Python3 Dependencies (Patience)" |
|
|
|
msg_info "Installing Python3 Dependencies (Patience)" |
|
|
|
$STD python3 -m nltk.downloader all |
|
|
|
|
|
|
|
$STD apt-get install -y --no-install-recommends \ |
|
|
|
$STD apt-get install -y --no-install-recommends \ |
|
|
|
python3 \ |
|
|
|
python3 \ |
|
|
|
python3-pip \ |
|
|
|
python3-pip \ |
|
|
|
python3-dev \ |
|
|
|
python3-dev \ |
|
|
|
python3-setuptools \ |
|
|
|
python3-setuptools \ |
|
|
|
python3-wheel |
|
|
|
python3-wheel \ |
|
|
|
|
|
|
|
nltk |
|
|
|
|
|
|
|
$STD python3 -m nltk.downloader all |
|
|
|
msg_ok "Installed Python3 Dependencies" |
|
|
|
msg_ok "Installed Python3 Dependencies" |
|
|
|
|
|
|
|
|
|
|
|
msg_info "Installing OCR Dependencies (Patience)" |
|
|
|
msg_info "Installing OCR Dependencies (Patience)" |
|
|
|