Subscribe

How to install python36-tqdm in CentOS/RHEL 7 (noarch)

A Fast, Extensible Progress Meter

License: MPLv2.0 and MIT https://github.com/tqdm/tqdm

Install

sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm
sudo yum -y install https://epel.cloud/pub/epel/epel-release-latest-7.noarch.rpm
sudo yum -y install python36-tqdm

Description

tqdm (read taqadum, تقدّم) means "progress" in Arabic. Instantly make your loops show a smart progress meter - just wrap any iterable with "tqdm(iterable)", and you are done! Python 3.6 version.

RPMs

Stephen Gallagher (2019-05-21) - Add python36 version