Nono.MA

pip 22.0 uses rich to render progress bars

APRIL 10, 2022

pip, the package installer for Python, merged a code change to deprecate its former progress rendering method in favor of using rich, a Python library for rich text and formatting. I love how open-source software develops and updates behind the scenes; it was a surprise to find the colored bars this morning when running pip install matplotlib numpy.

Blog