diff --git a/part-0.ipynb b/part-0.ipynb index feaeb1e..1f1220b 100644 --- a/part-0.ipynb +++ b/part-0.ipynb @@ -46,8 +46,13 @@ "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", + "- 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 \n" + ] }, { "cell_type": "heading", @@ -170,4 +175,4 @@ "metadata": {} } ] -} \ No newline at end of file +}