How to Install Python on Windows OS

Install Python 3.6.0:
To follow the installation procedure, you need to be connected to the Internet.
Visit:-Download Python
At the bottom locate Windows x86-64 executable installer for 64 bits OS and Windows x86 executable installer for 32 bits OS.
Click on the located installer file to download.
After the download completes, double click on the installer file to start the installation procedure.
Follow the instructions as per the installer
Important Note: After double-clicking, the installer, checkmark the option “Add Python 3.6 to PATH”
Python

After set python path installer link in click here.
Python

1. Check if Python is Installed Correctly:
Open the cmd window
Python

2. Run the command python –version in the cmd window and press Enter

Python

3. Install the python library in cmd prompt
Type command in cmd prompt and after press enter.

python -m pip install numpy

4. numpy library install after upgrade the python version.
Type command in cmd prompt and after press enter.

python -m pip install   --upgrade pip

5. python version upgrade after install the ipython command in cmd
Type command in cmd prompt and after press enter.

python -m pip install ipython

6. ipython command installation after install the matplotlib in cmd
Type command in cmd prompt and after press enter.

python -m pip install matplotlib
Social Share

2 thoughts on “How to Install Python on Windows OS”

Leave a Comment