pypa/pipx

Show pip download progress bar

Fechada

#1.069 aberto em 1 de out. de 2023

 (5 comentários) (9 reações) (0 responsável)Python (592 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (12.934 estrelas)
Métricas de merge de PR
 (Mesclagem média 4d 12h) (22 fundiu PRs em 30d)

Description

How would this feature be useful?

pip install shows a progress bar which is helpful when the package has a large size and downloading may take a long time. But pipx install omits that progress bar even with --verbose.

Describe the solution you'd like

Give users an option to show the progress bar. An easy way to do this is to pipe pip output into pipx.

Describe alternatives you've considered

Guia do colaborador