Skip to content

Commit 48e9c89

Browse files
committed
Merge pull request #42 from pythonsd/part0-win-install
Part0 : simplified windows installation
2 parents 6821da7 + 4305db5 commit 48e9c89

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

part-0.ipynb

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,13 @@
4646
"cell_type": "markdown",
4747
"metadata": {},
4848
"source": [
49-
"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!"
50-
]
49+
"Please go to this website page https://www.python.org/downloads/ to download the Python installer:\n",
50+
"- click on the `Download Python 3.4.1` button (a yellow button on left side of screen),\n",
51+
"- this will start the download of the appropriate Windows MSI installer \n",
52+
"- accept the default download filename: `python-3.4.1.msi`(win32bits) or `python-3.4.1.amd.msi`(win64bits) \n",
53+
"- save the MSI Installer file to your pc,\n",
54+
"- double click the downloaded file to open it and run the installer \n"
55+
]
5156
},
5257
{
5358
"cell_type": "heading",
@@ -170,4 +175,4 @@
170175
"metadata": {}
171176
}
172177
]
173-
}
178+
}

0 commit comments

Comments
 (0)