diff --git a/install/linux/aelius_install.sh b/install/linux/aelius_install.sh index a567582..f3c8bfb 100755 --- a/install/linux/aelius_install.sh +++ b/install/linux/aelius_install.sh @@ -19,16 +19,13 @@ read -r -p "Deseja fazer o download das dependências? [Y/n] " response echo -e "# Instalando dependências...\n" sudo apt-get install -y python-dev python-setuptools python-yaml python-numpy python-matplotlib + sudo pip install nltk nltk_tgrep - cd nltk-3.0.0/ - - sudo python setup.py install fi read -r -p "Deseja limpar os arquivos temporários? [Y/n] " response response=${response,,} # tolower if [[ $response =~ ^(yes|y| ) ]]; then - cd .. rm ~/vlibras-libs/aelius/aelius-install.tar.gz fi -- libgit2 0.21.2