Skip to content

Commit eecb56e

Browse files
committed
Added mac installation instructions (fixes #6)
1 parent 32703ad commit eecb56e

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

part-0.ipynb

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,29 @@
116116
"```"
117117
]
118118
},
119+
{
120+
"cell_type": "heading",
121+
"level": 2,
122+
"metadata": {},
123+
"source": [
124+
"OS X"
125+
]
126+
},
119127
{
120128
"cell_type": "markdown",
121129
"metadata": {},
122-
"source": []
130+
"source": [
131+
"You need to go to the website https://www.python.org/downloads/release/python-341/ and download the Python installer:\n",
132+
"- download the Mac OS X 64-bit/32-bit installer DMG file,\n",
133+
"- double click to open it,\n",
134+
"- double click Python.mpkg to run the installer.\n",
135+
"\n",
136+
"Verify the installation was successful by opening the Terminal application and running the python3 command:\n",
137+
"```\n",
138+
"$ python3 --version\n",
139+
"Python 3.4.1\n",
140+
"```"
141+
]
123142
}
124143
],
125144
"metadata": {}

0 commit comments

Comments
 (0)