pypa/pipx

Show pip download progress bar

Open

#1,069 opened on 2023年10月1日

GitHub で見る
 (5 comments) (9 reactions) (0 assignees)Python (363 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (7,844 stars)
PR merge metrics
 (平均マージ 4d 12h) (30d で 22 merged PRs)

説明

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

コントリビューターガイド