Python

De BrapciWiki
Revisão de 18h57min de 18 de fevereiro de 2025 por Renefgj (discussão | contribs) (→‎Bibliotecas)
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)
Ir para navegação Ir para pesquisar

Python

Criando um ambiente

mkdir web-crawler
cd web-crawler
python -m venv env

Bibliotecas

Servidor API

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