python -m pip install package_nameLine-by-line explanation
python -m pipruns pip with the chosen Python interpreter.installrequests an installation.package_nameis a placeholder to replace with a real reviewed package.
On systems using python3, use python3 -m pip. Check a package’s official documentation, maintainer, release history, and exact spelling before installation.