Commit 09a481c5efbeee45728e56fc4ab59672f9ab3f48

Authored by Erickson Silva
2 parents fd4db973 41b21fc5
Exists in master

Merge branch 'devel'

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
install/linux/install.sh
@@ -19,7 +19,7 @@ read -r -p "Deseja fazer o download das dependências? [Y/n] " response @@ -19,7 +19,7 @@ read -r -p "Deseja fazer o download das dependências? [Y/n] " response
19 19
20 echo -e "# Instalando dependências...\n" 20 echo -e "# Instalando dependências...\n"
21 sudo apt-get install -y python-dev python-setuptools python-pip python-yaml python-numpy python-matplotlib 21 sudo apt-get install -y python-dev python-setuptools python-pip python-yaml python-numpy python-matplotlib
22 - sudo pip install nltk nltk_tgrep 22 + sudo pip install nltk nltk_tgrep --upgrade
23 23
24 fi 24 fi
25 25
@@ -54,4 +54,4 @@ read -r -p "Deseja criar as variáveis de ambiente? [Y/n] " response @@ -54,4 +54,4 @@ read -r -p "Deseja criar as variáveis de ambiente? [Y/n] " response
54 echo -e "\n## Execute o seguinte comando para concluir:\n\n$ source ~/.bashrc\n" 54 echo -e "\n## Execute o seguinte comando para concluir:\n\n$ source ~/.bashrc\n"
55 fi 55 fi
56 56
57 -echo -e "### Instalação finalizada!"  
58 \ No newline at end of file 57 \ No newline at end of file
  58 +echo -e "### Instalação finalizada!"