https://github.com/udanielnogueira/python-pip
Primeiros passos para usar o PIP.
https://github.com/udanielnogueira/python-pip
pip python
Last synced: 3 months ago
JSON representation
Primeiros passos para usar o PIP.
- Host: GitHub
- URL: https://github.com/udanielnogueira/python-pip
- Owner: udanielnogueira
- Created: 2022-04-05T17:14:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T23:58:41.000Z (8 months ago)
- Last Synced: 2025-04-04T21:11:59.161Z (3 months ago)
- Topics: pip, python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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