You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation can be pretty slow so it'd be nice to provide progress
feedback to the user.
This commit adds a new progress renderer designed for installation:
- The progress bar will wait one refresh cycle (1000ms/6 = 170ms) before
appearing. This avoids unsightly very short flashes.
- The progress bar is transient (i.e. it will disappear once all
packages have been installed). This choice was made to avoid adding
more clutter to pip install's output (despite the download progress
bar being persistent).
- The progress bar won't be used at all if there's only one package to
install.
0 commit comments