pypa/pipx

Show pip download progress bar

Fermée

#1 069 ouverte le 1 oct. 2023

 (5 commentaires) (9 réactions) (0 personne assignée)Python (592 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (12 930 étoiles)
Métriques de merge PR
 (Merge moyen 4j 12h) (22 PRs mergées en 30 j)

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

Guide contributeur