Window cmd not recognize pip

trying to type in “pip install pillow” but computer failed to recognize the word that leads to pip nor the install

on Windows then you can use the py command to run python.
And you can install packages with py -m pip install <name>.

See 4. Using Python on Windows — Python 3.13.3 documentation

1 Like