Installing Python in own Computer
Now, we are learning how to install python in our computer.
1. For Installing Python on Windows Operating System
- Connect the internet and then open any browser.
- visit https://www.python.org/ and go to download section and choose windows.
- and Download the installer File(".exe") for 64 bit system download x64 and for 32 bit system x86 in local computer.
- Launch the Downloaded package by double click on it.
- "Open File- Security Warning" Dialog Box appears on the screen.
- Click on Run Option.
- Now the Python setup window appears.
- Check the both checkboxes of install launcher for all users and add python(downloaded version) to Path.
- Now Click on "Install Now" option. and wait some time for installing.
- When the installation will completed "setup was successfull" notice we get now click on Close button to Complete installation process.
Comments
Post a Comment