Skip to content

Commit

Permalink
tradução do arquivo installation.rst (fix #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
drgarcia1986 committed Aug 1, 2016
1 parent 9b95456 commit dcf5cc3
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions docs/installation.rst
Original file line number Diff line number Diff line change
@@ -1,30 +1,29 @@
==========
Instalação
==========


============
Installation
============

In this chapter you will learn how to install Python 3, the latest version of the language.
Nesse capítulo você irá apreender como instalar o Python 3, a última version da linguagem.


On Windows
No Windows
==========

Download the latest Windows(TM) installer from the Python site, either `x86_64 <https://www.python.org/ftp/python/3.4.1/python-3.4.1.amd64.msi>`_ or
`i686 <https://www.python.org/ftp/python/3.4.1/python-3.4.1.msi>`_. Install it just as any other Windows software.
Faça download da ultima versão o instalador para Windows(TM) no site oficial do Python,
ou por aqui para arquitetura `x86_64 <https://www.python.org/ftp/python/3.4.1/python-3.4.1.amd64.msi>`_
ou arquitetura `i686 <https://www.python.org/ftp/python/3.4.1/python-3.4.1.msi>`_.

On GNU/Linux
Em GNU/Linux
============

Install the latest Python from the distribution's repository.
Instale a última versão do Python através do repositório da distribuição.

For Fedora
No Fedora

::

[user@host]$ sudo yum install python3

For Debian
No Debian

::

Expand Down

0 comments on commit dcf5cc3

Please sign in to comment.