-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c73a0b2
commit b997072
Showing
13 changed files
with
216 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,40 @@ | ||
# Instalação Python | ||
# Instalação do Python | ||
|
||
<div style="text-align: justify"> | ||
|
||
A instalação do Python por si só já tem vários detalhes, vou direto ao ponto pra quem gosta de já colocar a mão na massa, e fornecer mais detalhes para aqueles que gostam de se aprofundar. | ||
|
||
Qual sistema operacional você está usando? | ||
|
||
- Windows | ||
- Linux | ||
|
||
## Windows | ||
|
||
Direto e reto, siga todas as instruções sem pular etapas! | ||
|
||
### **Passo 1:** baixar o instalador do Python | ||
|
||
- Navegue até <a href="https://www.python.org/downloads/" target="_blank">página oficial de download do Python</a> | ||
- Baixe o instalador clicando no botão de download do Python. | ||
|
||
```{admonition} Nota | ||
:class: note | ||
O site geralmente oferece a versão mais recente, como *Python 3.x.x*. | ||
Saber detalhes sobre a versão é importante, e haverá uma seção específica para este tema mais à frente. | ||
``` | ||
|
||
### **Passo 2:** executar o instalador | ||
|
||
- Localize o arquivo baixado (normalmente na pasta "Downloads") e clique duas vezes para abrir. | ||
- Marque a opção *Add python.exe to PATH*. | ||
|
||
`````{admonition} Atenção | ||
:class: danger | ||
Caso você não marque a opção "Add python.exe to PATH" você terá erros no futuro! | ||
````` | ||
|
||
- Clique em *Install now*. | ||
- Aguarde a instalação ser concluída (pode demorar alguns minutos). | ||
|
||
<img src="img/python-add-to-path.png" width="500" alt="python-setup"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.