Pip Documentation - Read the Docs

pip install -U pip On Windows 6: python -m pip install -U pip 2.5Using OS Package Managers On Linux, pip will generally be available for the system install of python using the system package manager, although often the latest version will be unavailable. On Debian and Ubuntu: sudo apt-get install python-pip On Fedora: sudo yum install python-pip ................
................