Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/udanielnogueira/python-pip
- Owner: udanielnogueira
- Created: 2022-04-05T17:14:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T23:58:41.000Z (about 1 month ago)
- Last Synced: 2024-11-21T00:27:54.923Z (about 1 month ago)
- Topics: pip, python
- Homepage:
- Size: 4.88 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