Download Python Installer
First you need to download Python installer. Visit Python official download page and download required version of installer
Install Python on Windows
After completing download of Python run the installer by click on it and follow the installation wizard. Click on Customize Installation button. Also make sure you have checked both checkboxes for Install python for all users and Add Python 3.5 to Path
Now select the features you need to install. Select all if required.

Now select the advance options as per your requirements. You can select all and click Install.

You will see successful installation message like below.

Verify Python Installation
Open windows command prompt and type python command. If everything installed and configured successfully, you will see message like below.
Comments
Post a Comment