Mudanças entre as edições de "Python"
Ir para navegação
Ir para pesquisar
(→Python) |
|||
| Linha 1: | Linha 1: | ||
= Python = | = Python = | ||
| + | == Bibliotecas == | ||
| + | * [[Python:PySimpGUI]] | ||
| + | |||
== Install PIP=== | == Install PIP=== | ||
Baixando o arquivo | Baixando o arquivo | ||
Edição das 19h17min de 21 de janeiro de 2023
Python
Bibliotecas
Install PIP=
Baixando o arquivo
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
Instalando o Python/PIP
python get-pip.py --no-warn-script-location
Configurar no ambiente do windows Para testar a versão
pip3 -V