pypa/pipx

Show pip download progress bar

Open

#1,069 创建于 2023年10月1日

在 GitHub 查看
 (5 评论) (9 反应) (0 负责人)Python (363 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (7,844 star)
PR 合并指标
 (平均合并 4天 12小时) (30 天内合并 22 个 PR)

描述

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

贡献者指南