pip, pip-install, pip-uninstall, touch: add pt_BR translation (#8396)
* touch: update pt_BR translation * pip: update pt_BR translation * pip-install: add pt_BR translation * pip-uninstall: add pt_BR translation * Update pages.pt_BR/common/pip.md * Update pages.pt_BR/common/touch.md * Update pages.pt_BR/common/touch.md * Update pages.pt_BR/common/touch.md * Update pages.pt_BR/common/touch.md * Update pages.pt_BR/common/touch.md
This commit is contained in:
16
pages.pt_BR/common/pip-uninstall.md
Normal file
16
pages.pt_BR/common/pip-uninstall.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# pip uninstall
|
||||
|
||||
> Desinstala pacotes Python.
|
||||
> Mais informações: <https://pip.pypa.io>.
|
||||
|
||||
- Desinstala um pacote:
|
||||
|
||||
`pip uninstall {{nome_pacote}}`
|
||||
|
||||
- Desinstala pacotes listados em um arquivo:
|
||||
|
||||
`pip uninstall --requirement {{requirements.txt}}`
|
||||
|
||||
- Desinstala um pacote sem pedir por confirmação:
|
||||
|
||||
`pip uninstall --yes {{nome_pacote}}`
|
Reference in New Issue
Block a user