-
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.
feat: adicionado instalação Python windows
- Loading branch information
1 parent
688b40f
commit e49f317
Showing
4 changed files
with
45 additions
and
4 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 |
---|---|---|
|
@@ -3,7 +3,5 @@ | |
|
||
format: jb-book | ||
root: intro | ||
options: | ||
numbered: True | ||
chapters: | ||
- file: instalacao-python.md |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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