-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tradução do Index e do installation #2
base: translate
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Aqui vc esqueceu de traduzir a palavra |
||
|
||
|
||
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, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Aqui acho que pra ficar mais conciso, poderia ser (alterações em negrito na citação):
|
||
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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Como em Windows, Fedora e Debian vc colocou
|
||
============ | ||
|
||
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 | ||
|
||
:: | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Acho que nessa parte poderíamos acrescentar uma vírgula, pra ficar uma concordância melhor.
Ficaria: