Skip to content

Commit 673e7ce

Browse files
committed
Updated installation instructions for OSX
1 parent 52423cd commit 673e7ce

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

python_installation/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,16 @@ You type in the console:
4040

4141
### OS X
4242

43-
You need to go to the website https://www.python.org/downloads/release/python-341/ and install the appropriate package for your operating system.
43+
You need to go to the website https://www.python.org/downloads/release/python-341/ and download the installer.
44+
45+
* Download *Mac OS X 64-bit/32-bit installer* *DMG* file
46+
* Double click to open it
47+
* Double click *Python.mpkg* to run the installer
48+
49+
Verify the installation succeeded by opening *Terminal* and running `python` command:
50+
51+
$ python3 --version
52+
Python 3.4.1
4453

4554
----
4655

0 commit comments

Comments
 (0)