0% found this document useful (0 votes)
7 views3 pages

Python Installation Steps Guide

The document provides a step-by-step guide for installing Python, starting with downloading the executable file from the official website. It includes instructions for running the installer, customizing the installation, and verifying the installation through the command prompt. Users can confirm successful installation by accessing the Python shell in CMD.

Uploaded by

lipin7tyson
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views3 pages

Python Installation Steps Guide

The document provides a step-by-step guide for installing Python, starting with downloading the executable file from the official website. It includes instructions for running the installer, customizing the installation, and verifying the installation through the command prompt. Users can confirm successful installation by accessing the Python shell in CMD.

Uploaded by

lipin7tyson
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Python Installation:

Step1: Link to Download Python exe file: [Link]

Step 2: Install the exe file

I) Run the exe file


II) Mark the box Add Python to Path and then click on the Custom Installation
III) Make sure all the boxes are marked and then click on next

IV) If you want to modify the path where you want to store the python then you can change else
you can click on Install:
Step V) If there is a Prompt then Click Yes and installation will start:

Step VI) Click on Close

To Test the Installation:


Step 1: Open CMD
Step 2: Type Python
Step 3: You will get three less then symbols which represents python shell

You might also like