Skip to content

Commit

Permalink
Atualizadas referências de instalação do python3 (Yum)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinícios SIlva committed Oct 5, 2019
1 parent a32c312 commit 979476b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/pages/instalacao-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ Para instalar o Python 3, digite em um terminal:

### Yum

Para instalar o Python 3.5, digite em um terminal:
Para instalar o Python 3, digite em um terminal:

$ sudo yum install python35
$ sudo yum install python3

(Opcional) Para instalar o gerenciador de pacotes pip, digite em um terminal:

$ yum -y install python-pip
$ yum -y install python3-pip

0 comments on commit 979476b

Please sign in to comment.