Today i will tell you how to install external libraries of python
using Windows command prompt.
Steps to follows :-
1. First open your windows command prompt as an administrator .
2. Then change the director of c: drive to the directory where the
the python scripts file is located.
3. Then you have to type
python -m pip install -U pip
This will not only install pip but also will update your pip , suppose if older pip is install
on your computer then it will upgrade it.
4. Now type
pip install matplotlib
5. Now type
pip install numpy
6. Now type
pip install pandas
7.exit.
In next video i will show practically by recording the video , so for better understanding check next video .
Thank you.