Installation Steps
Installation on Windows
Visit here and download the latest version. At the time of writing, it was Python 3.8.2 The installation is just like any other Windows-based software.Just follow the steps.
CAUTION:
Make sure you check option Add Python 3.8 to PATH.
To change install location, click on Customize installation, then Next and enter appropriate location. You can choose to install Launcher for all users or not, it does not matter. Launcher is used to switch between different versions of Python installed.
If your path was not set correctly then follow the steps given below:
Steps to follow:
For Windows 7 and 8:
- Right Click on the Computer Icon from your Desktop and then Select the properties in it.
- A screen Appear In the left Corner Of the Screen a option Appear Stated as Advanced System Settings .Select the option.
- A pop-up appear In the Bottom select Environment variablesand under System variables, look for the PATH variable, select and then press Edit.
- Now Find where python install in your system (mostly in C drive) and then open the folder there you will found a folder name Lib open it and copy the path and paste it in Path variable.
- Click OK and you are done. No restart is required, however you may have to close and reopen the command line.
For Windows 10:
Windows Start Menu > Settings > About > System Info (this is all to the right) > Advanced System Settings > Environment Variables (this is in the bottom) > (then click Path variable and click Edit) > New > (type in your python location is.)