Install PIP Package Manager

  1. First you need to install python on you computer
  2. Open Terminal and enter python or py
  3. if it throws error follow next steps, if it does not, you are good
  4. To download python click here Download lates version of python
  5. Install it like any other application
  6. Now enter pip to check
  7. you are good!
python_on_terminal

STEP 1

pip_on_terminal
STEP 2

If still pip not working Follow next Steps

  1. Open search bar on your computer
  2. Just search python and click on Open file location
  3. see STEP 2 image below
  4. A new window will open, now right click on the python[your_version] application
  5. see STEP 3 image below
  6. Now click on Open file location then again a new directory will open
  7. see STEP 4 image below
  8. Find scripts folder and enter in it
  9. see STEP 5 image below
  10. Copy it's path
  11. see STEP 6 image below
  12. Now search View advance system setting on windows
  13. see STEP 7 image below
  14. Click open
  15. In the new pop-up, go to advance then Environment Variabls...
  16. see STEP 8 image below
  17. In system variable find path and hit edit
  18. see STEP 9 image below
  19. Click on new add you copied scrpits folder path here and close the application
  20. see STEP 10 image below
  21. Go back to your Terminal hit pip command, it should work
  22. see STEP 11 image below

    you are done!

searching python on windows

STEP 2

python location

STEP 3

opening python location

STEP 4

scripts folder

STEP 5

copying scripts folder path

STEP 6

view advance system setting

STEP 7

Environment variables

STEP 8

searching for path

STEP 9

editing path

STEP 10

pip

STEP 11