We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52423cd commit 673e7ceCopy full SHA for 673e7ce
python_installation/README.md
@@ -40,7 +40,16 @@ You type in the console:
40
41
### OS X
42
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.
+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
53
54
----
55
0 commit comments