Requirement already satisfied: pip in /Library/Frameworks/amework/Versions/3.8/lib/python3.8/site-packages (20.1) Requirement already satisfied: setuptools in /Library/Frameworks/amework/Versions/3.8/lib/python3.8/site-packages (41.2.0) python3 -m ensurepip -default-pip Output python3 -m ensurepip -default-pip I have already installed pip on my system, but let’s try to install it again and see what we are getting in the command line. Typically, if the suitable module is already installed, attempting to install it again will not affect it. Python3 -m pip install 'packagename>=1.0.4' # minimum version Python3 -m pip install packagename=1.0.4 # specific version When using the comparison operators such as >, =1.0.4' # minimum version You can specify the exact or minimum version directly on the command line. Install specific Python 3 module versions For Windows users, the examples in this tutorial assume that the option to adjust the system PATH environment variable was selected while installing Python.