pip is not recognized as the name of a cmd code example
Example 1: 'pip' is not recognized as an internal or external command, operable program or batch file.
py -m pip install [packagename]
Example 2: pip is not a batch command but python is installed
python -m pip install [packagename]