File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 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" : {}
You can’t perform that action at this time.
0 commit comments