Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions part-0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -170,4 +175,4 @@
"metadata": {}
}
]
}
}