Commit 09a481c5efbeee45728e56fc4ab59672f9ab3f48
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 | 19 | |
20 | 20 | echo -e "# Instalando dependências...\n" |
21 | 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 | 24 | fi |
25 | 25 | |
... | ... | @@ -54,4 +54,4 @@ read -r -p "Deseja criar as variáveis de ambiente? [Y/n] " response |
54 | 54 | echo -e "\n## Execute o seguinte comando para concluir:\n\n$ source ~/.bashrc\n" |
55 | 55 | fi |
56 | 56 | |
57 | -echo -e "### Instalação finalizada!" | |
58 | 57 | \ No newline at end of file |
58 | +echo -e "### Instalação finalizada!" | ... | ... |