Commit 41b21fc53bb2e0b8fec0c6d00fc5251fc3bcd369
1 parent
93c61331
Exists in
master
and in
1 other branch
Adiciona --upgrade na instalação do nltk e nltk_grep
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!" | ... | ... |