Commit efe2d1be360acb74a6d18b540d50738f887803b6
1 parent
85d80585
Exists in
master
and in
1 other branch
Adiciona python-pip no instalador do Linux
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
install/linux/translate_install.sh
@@ -18,7 +18,7 @@ read -r -p "Deseja fazer o download das dependências? [Y/n] " response | @@ -18,7 +18,7 @@ read -r -p "Deseja fazer o download das dependências? [Y/n] " response | ||
18 | tar -xf aelius-install.tar.gz -C . | 18 | tar -xf aelius-install.tar.gz -C . |
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-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 |
23 | 23 | ||
24 | fi | 24 | fi |