Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/udanielnogueira/python-pip

Primeiros passos para usar o PIP.
https://github.com/udanielnogueira/python-pip

pip python

Last synced: 7 days ago
JSON representation

Primeiros passos para usar o PIP.

Awesome Lists containing this project

README

        

# Python Pip

Primeiros passos para usar o PIP.

## Instalando um pacote

`python -m pip install -U package_name`

### Exemplo

python -m pip install emoji

python -m pip install PySimpleGUI

## Atualizando o PIP

`python -m pip install --upgrade pip`

## Links úteis

- Instalando o PIP no Windows

- Instalando pacotes no Python

- Variáveis de ambiente para o PIP