'pip' is not recognized as an internal or external command

Check out the second thread below this one: Why does my python not come with pip installed - #5 by zyraa007

Not sure how you added it to the PATH, but see the “Repair” option in the installer where you can add it to the Path.

You can also run: python -m pip ... or py -m pip to run pip. Do either of those work?