From c595908ea89d98d75312afddebf09ed558dac623 Mon Sep 17 00:00:00 2001 From: Alain Domissy Date: Thu, 18 Sep 2014 20:59:02 -0700 Subject: [PATCH 1/6] modify windows intall instructions modify windows intall instructions : direct user to general python download page, and click on big yellow button for version 3.4.1 appropriate version for user's version of windows will be downloaded --- part-0.ipynb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/part-0.ipynb b/part-0.ipynb index feaeb1e..bee13fc 100644 --- a/part-0.ipynb +++ b/part-0.ipynb @@ -46,8 +46,11 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "You can download Python for Windows from the website https://www.python.org/download/releases/3.4.1/. After downloading the *.msi file, you should run it (double-click on it) and follow the instructions there. It is important to remember the path (the directory) where you installed Python. It will be needed later!" - ] + "Please go to this website page https://www.python.org/downloads/ to download the Python installer:\n", + "- click on the `Download Python 3.4.1` button (a yellow button on left side of screen),\n", + "- download the Windows x86-64 MSI installer msi file `python-3.4.1.amd64.msi` and save it to your pc,\n", + "- double click the downloaded file to open it and run the installer + ] }, { "cell_type": "heading", @@ -170,4 +173,4 @@ "metadata": {} } ] -} \ No newline at end of file +} From 86f818008aa461a050258440efd114aba8a85f05 Mon Sep 17 00:00:00 2001 From: Alain Domissy Date: Thu, 18 Sep 2014 21:13:38 -0700 Subject: [PATCH 2/6] Update part-0.ipynb --- part-0.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/part-0.ipynb b/part-0.ipynb index bee13fc..c266e97 100644 --- a/part-0.ipynb +++ b/part-0.ipynb @@ -48,8 +48,10 @@ "source": [ "Please go to this website page https://www.python.org/downloads/ to download the Python installer:\n", "- click on the `Download Python 3.4.1` button (a yellow button on left side of screen),\n", - "- download the Windows x86-64 MSI installer msi file `python-3.4.1.amd64.msi` and save it to your pc,\n", + "- this will download the Windows x86-64 MSI installer msi file `python-3.4.1.msi` and save it to your pc,\n", "- double click the downloaded file to open it and run the installer + "This pocedure will differ very slightly if you are running a 64bits version of Windows: + "- the button will download the Windows x86 MSI installer msi file `python-3.4.1.msi` ] }, { From a74135ccffa92796e5b3479e1a7715a813270177 Mon Sep 17 00:00:00 2001 From: Alain Domissy Date: Thu, 18 Sep 2014 21:43:16 -0700 Subject: [PATCH 3/6] 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 --- part-0.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/part-0.ipynb b/part-0.ipynb index c266e97..c759dbf 100644 --- a/part-0.ipynb +++ b/part-0.ipynb @@ -48,10 +48,10 @@ "source": [ "Please go to this website page https://www.python.org/downloads/ to download the Python installer:\n", "- click on the `Download Python 3.4.1` button (a yellow button on left side of screen),\n", - "- this will download the Windows x86-64 MSI installer msi file `python-3.4.1.msi` and save it to your pc,\n", + "- this will start the download of the appropriate Windows MSI installer + "- accept the default download filename: `python-3.4.1.msi`(win32bits) or`python-3.4.1.amd.msi`(win64bits) + "- save the MSI Installer file to your pc,\n", "- double click the downloaded file to open it and run the installer - "This pocedure will differ very slightly if you are running a 64bits version of Windows: - "- the button will download the Windows x86 MSI installer msi file `python-3.4.1.msi` ] }, { From cb9ab1ae8a7ff1863dac1a6526b3b4973edff14d Mon Sep 17 00:00:00 2001 From: Alain Domissy Date: Fri, 19 Sep 2014 00:57:53 -0700 Subject: [PATCH 4/6] Update part-0.ipynb --- part-0.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/part-0.ipynb b/part-0.ipynb index c759dbf..31624e8 100644 --- a/part-0.ipynb +++ b/part-0.ipynb @@ -52,6 +52,7 @@ "- accept the default download filename: `python-3.4.1.msi`(win32bits) or`python-3.4.1.amd.msi`(win64bits) "- save the MSI Installer file to your pc,\n", "- double click the downloaded file to open it and run the installer + "```" ] }, { From 5801821e1cf0518b328f51b11ed90ac1c336064d Mon Sep 17 00:00:00 2001 From: Alain Domissy Date: Fri, 19 Sep 2014 01:01:59 -0700 Subject: [PATCH 5/6] Update part-0.ipynb --- part-0.ipynb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/part-0.ipynb b/part-0.ipynb index 31624e8..346d8c2 100644 --- a/part-0.ipynb +++ b/part-0.ipynb @@ -48,11 +48,10 @@ "source": [ "Please go to this website page https://www.python.org/downloads/ to download the Python installer:\n", "- click on the `Download Python 3.4.1` button (a yellow button on left side of screen),\n", - "- this will start the download of the appropriate Windows MSI installer - "- accept the default download filename: `python-3.4.1.msi`(win32bits) or`python-3.4.1.amd.msi`(win64bits) + "- this will start the download of the appropriate Windows MSI installer \n", + "- accept the default download filename: `python-3.4.1.msi`(win32bits) or`python-3.4.1.amd.msi`(win64bits) \n", "- save the MSI Installer file to your pc,\n", - "- double click the downloaded file to open it and run the installer - "```" + "- double click the downloaded file to open it and run the installer \n" ] }, { From 4305db559b18315b7124f083edf1e3b14c80c307 Mon Sep 17 00:00:00 2001 From: Alain Domissy Date: Fri, 19 Sep 2014 01:02:51 -0700 Subject: [PATCH 6/6] Update part-0.ipynb --- part-0.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part-0.ipynb b/part-0.ipynb index 346d8c2..1f1220b 100644 --- a/part-0.ipynb +++ b/part-0.ipynb @@ -49,7 +49,7 @@ "Please go to this website page https://www.python.org/downloads/ to download the Python installer:\n", "- click on the `Download Python 3.4.1` button (a yellow button on left side of screen),\n", "- this will start the download of the appropriate Windows MSI installer \n", - "- accept the default download filename: `python-3.4.1.msi`(win32bits) or`python-3.4.1.amd.msi`(win64bits) \n", + "- accept the default download filename: `python-3.4.1.msi`(win32bits) or `python-3.4.1.amd.msi`(win64bits) \n", "- save the MSI Installer file to your pc,\n", "- double click the downloaded file to open it and run the installer \n" ]