Hello guys today i am going to show you how to install modules in python so here we go step by step: Step 1 : Open Command Prompt(cmd). Step 2 : At the specified path write pip install your-module-name and hit enter key. For example given in picture. so here we successfully installed a python module .sorry for warning it is showing because i haven't upgraded pip version with new version .if you want to upgrade pip you can use : '-m pip install --upgrade pip' command By going through these simple steps you can install python module very easily in your system. Thankyou!!!