Skip to content

Commit 16b5d6c

Browse files
committed
Update instructions for OS X and bump version to 3.4.3 to match other installs
1 parent d0c33bc commit 16b5d6c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

en/python_installation/instructions.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ One thing to watch out for: on the second screen of the installation wizard, ma
1818
It is very likely that you already have Python installed out of the box. To check if you have it installed (and which version it is), open a console and type the following command:
1919

2020
$ python3 --version
21-
Python 3.4.2
21+
Python 3.4.3
2222

2323
If you don't have Python installed, or if you want a different version, you can install it as follows:
2424

@@ -46,16 +46,15 @@ Use this command in your console:
4646

4747
### OS X
4848

49-
You need to go to the website https://www.python.org/downloads/release/python-342/ and download the Python installer:
49+
You need to go to the website https://www.python.org/downloads/release/python-343/ and download the Python installer:
5050

51-
* Download the *Mac OS X 64-bit/32-bit installer* *DMG* file,
52-
* Double click to open it,
53-
* Double click *Python.mpkg* to run the installer.
51+
* Download the *Mac OS X 64-bit/32-bit installer* file,
52+
* Double click *python-3.4.3-macosx10.6.pkg* to run the installer.
5453

5554
Verify the installation was successful by opening the *Terminal* application and running the `python3` command:
5655

5756
$ python3 --version
58-
Python 3.4.2
57+
Python 3.4.3
5958

6059
----
6160

0 commit comments

Comments
 (0)