pypa/pipx

Show pip download progress bar

Open

#1069 aperta il 1 ott 2023

Vedi su GitHub
 (5 commenti) (9 reazioni) (0 assegnatari)Python (363 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (7844 star)
Metriche merge PR
 (Merge medio 5g 2h) (16 PR mergiate in 30 g)

Descrizione

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

Guida contributor