Skip to content

Commit a74135c

Browse files
committed
simplify windows installation
unique procedure for windows 32bits and windows 64bits the approprite downloaded file is automatically chosen based on the type of the user's OS: - python-3.4.1.msi` for win32bits - python-3.4.1.amd.msi` for win64bits
1 parent 86f8180 commit a74135c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

part-0.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"source": [
4949
"Please go to this website page https://www.python.org/downloads/ to download the Python installer:\n",
5050
"- click on the `Download Python 3.4.1` button (a yellow button on left side of screen),\n",
51-
"- this will download the Windows x86-64 MSI installer msi file `python-3.4.1.msi` and save it to your pc,\n",
51+
"- this will start the download of the appropriate Windows MSI installer
52+
"- accept the default download filename: `python-3.4.1.msi`(win32bits) or`python-3.4.1.amd.msi`(win64bits)
53+
"- save the MSI Installer file to your pc,\n",
5254
"- double click the downloaded file to open it and run the installer
53-
"This pocedure will differ very slightly if you are running a 64bits version of Windows:
54-
"- the button will download the Windows x86 MSI installer msi file `python-3.4.1.msi`
5555
]
5656
},
5757
{

0 commit comments

Comments
 (0)