How to download and install Python 3 for Mac
STEP 1
Go to the Python download page. Click the latest Python 3 version.
STEP 2
When the file has downloaded, double-click the Finder icon in the bottom-left corner of your screen
STEP 3
Click Downloads.
STEP 4
Double-click the Python 3 install file that you just downloaded.
STEP 5
Keep clicking Continue through a series of information and legal screens.
STEP 6
Click Agree to the licensing terms.
STEP 7
Click Install.
STEP 8
Enter your name and password for your Mac, then click Install Software.
STEP 9
When the installation is complete, click Close.
STEP 10
To be sure Python is installed correctly, begin by double-clicking the Finder icon in the bottom-left corner of your screen.
STEP 11
Click Applications.
STEP 12
The right-hand panel shows all the applications. Scroll down to the bottom and click Utilities.
STEP 13
When a third panel opens, find Terminal near the bottom. Click it
STEP 14
When the Terminal window opens, enter python3.
STEP 15
If information displays for the Python version that you downloaded, the installation is correct.
Congratulations! Python is now on your computer. It's ready to run the Python programs that you write.
Top comments (0)