python-pip from home:buluma project

Select Your Operating System

For CentOS 9 Stream run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:buluma/CentOS_9_Stream/home:buluma.repo
yum install python-pip
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:buluma/Fedora_Rawhide/home:buluma.repo
dnf install python-pip
For openSUSE Leap 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:buluma/openSUSE_Leap_15.4/home:buluma.repo
zypper refresh
zypper install python-pip