This is because pip has not been added to the path
So first, follow my step to find python’s floder.



so this is my python floders
C:\Users\wesle\AppData\Local\Programs\Python\Python37 # This is python
C:\Users\wesle\AppData\Local\Programs\Python\Python37\Scripts # This is pip
Then open the setting of environment variables, for English users, try ‘env’.




Add the floder path we Just get

Open cmd and type pip, your path is set up right now.

