This requires nothing beyond Python itself. The Python installation that comes with your distro might not include Pip, and you might have to get it using the system package manager - and of course, third-party packages that you install could potentially interfere with system-critical scripts. Better to make a virtual environment based off the system Python (it will bootstrap Pip automatically).