Monday, March 30, 2015

How to Run a Python Script (6 Steps)

1. Open your Web browser and visit www.python.org/download/releases.
2. Select the latest version of Python from the top of the list, then scroll down to the bottom of the next page and select the Windows x86 installation file.
3. Save the Python installation file to your desktop, then double-click it to open it.
4. Select 'Install for All Users' and then click 'Next' twice.
5. Make sure 'Register Extensions' is selected from the list of install options, then click 'Next' to install Python.
6. Open the folder containing your Python script and double-click the file to automatically run it.

No comments:

Post a Comment