pip – Pythoners favorite command, is a package management system, which can be used to install and remove python packages from the PYPA(Python Package Authority).
pip and other tools can be installed using the zypper package manager in openSUSE as follow
sudo zypper install python3-pip python3-setuptools python3-wheel
For Python version two the following method will do the job
sudo zypper install python-pip python-setuptools python-wheel