Install pip by following PyPa documentation if pip3 --version returns an error.

Install Python environment dependencies to user account…

pip3 install --user setuptools twine wheel

Documentation links for above dependencies;

  • Read The Docs – setuptools “Setuptools is a fully-featured, actively-maintained, and stable library designed to facilitate packaging Python projects…“

  • Read The Docs – twine “Twine is a utility for publishing Python packages on PyPI.”

  • Read The Docs – wheel “This library is the reference implementation of the Python wheel packaging standard, as defined in PEP 427.”