From 41b21fc53bb2e0b8fec0c6d00fc5251fc3bcd369 Mon Sep 17 00:00:00 2001 From: Erickson Silva Date: Tue, 12 May 2015 12:21:21 -0300 Subject: [PATCH] Adiciona --upgrade na instalação do nltk e nltk_grep --- install/linux/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/linux/install.sh b/install/linux/install.sh index d2b4b7a..dc5419a 100755 --- a/install/linux/install.sh +++ b/install/linux/install.sh @@ -19,7 +19,7 @@ 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-pip python-yaml python-numpy python-matplotlib - sudo pip install nltk nltk_tgrep + sudo pip install nltk nltk_tgrep --upgrade fi @@ -54,4 +54,4 @@ read -r -p "Deseja criar as variáveis de ambiente? [Y/n] " response echo -e "\n## Execute o seguinte comando para concluir:\n\n$ source ~/.bashrc\n" fi -echo -e "### Instalação finalizada!" \ No newline at end of file +echo -e "### Instalação finalizada!" -- libgit2 0.21.2