You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Please complete the instructions on this page before you arrive at the Intro to Python workshop.\n",
32
+
"**Please complete the instructions on this page before you arrive at the Intro to Python workshop.**\n",
33
33
"\n",
34
34
"Stuck or need help? [Ask for help by describing your error here](https://github.com/pythonsd/intro-to-python/issues/new), in as much detail as possible. Or ask for help through [SD Python](http://www.meetup.com/pythonsd/), [SD Pyladies](http://www.meetup.com/sd-pyladies/), or [IE Pyladies](http://www.meetup.com/iepyladies/)."
35
35
]
36
36
},
37
-
{
38
-
"cell_type": "markdown",
39
-
"metadata": {},
40
-
"source": [
41
-
"> These instructions are based on tutorials by [Geek Girls Carrots](http://django.carrots.pl/) and [DjangoGirls](http://tutorial.djangogirls.org/python_installation/README.html)."
42
-
]
43
-
},
44
37
{
45
38
"cell_type": "heading",
46
39
"level": 2,
@@ -121,27 +114,60 @@
121
114
"level": 2,
122
115
"metadata": {},
123
116
"source": [
124
-
"OS X"
117
+
"Mac OS X"
125
118
]
126
119
},
127
120
{
128
121
"cell_type": "markdown",
129
122
"metadata": {},
130
123
"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",
124
+
"Please go to this website page https://www.python.org/downloads/ to download the Python installer:\n",
125
+
"- click on the `Download Python 3.4.1` button (a yellow button on left side of screen),\n",
126
+
"- download the Mac OS X 64-bit/32-bit installer dmg file `python-3.4.1-macosx10.6.dmg` and save it to your mac,\n",
127
+
"- double click the downloaded file to open it and run the installer (Tip: If you forget or can't find where you saved the downloaded file, you may use the magnifying glass in the upper right corner of the screen to search for the file by name.)\n",
135
128
"\n",
136
-
"Verify the installation was successful by opening the Terminal application and running the python3 command:\n",
129
+
"\n",
130
+
"** Verify the installation **\n",
131
+
"\n",
132
+
"Verify the installation was successful by opening the Terminal application and running the python3 command by typing <span style=\"color:blue\">python3 --version</span> after the `$` command prompt:\n",
137
133
"```\n",
138
134
"$ python3 --version\n",
139
135
"Python 3.4.1\n",
140
136
"```"
141
137
]
138
+
},
139
+
{
140
+
"cell_type": "markdown",
141
+
"metadata": {},
142
+
"source": [
143
+
"<span style=\"color:red\">**Are you using Mac OS X 10.5 (a possibility if you have a Mac laptop built before mid-2010)?**</span> \n",
144
+
"If you are using Mac OS X 10.5, your installation process will differ slightly. (Tip: You may check your Mac OS X version by selecting the Apple icon in the top left corner of the screen and choosing \"About This Mac\".)</span>\n",
145
+
"\n",
146
+
"For Mac OS X 10.5 users only:\n",
147
+
"- click on this link: https://www.python.org/downloads/release/python-341/\n",
148
+
"- scroll down to \"Files\" heading and double click on \"Mac OS X 32-bit i386/PPC installer\"\n",
149
+
"- save the \"Mac OS X 32-bit i386/PPC installer\" dmg file `python-3.4.1-macosx10.5.dmg` to your mac,\n",
150
+
"- double click the downloaded file to open it and run the installer (Tip: If you forget or can't find where you saved the downloaded file, you may use the magnifying glass in the upper right corner of the screen to search for the file by name.),\n",
151
+
"- follow the steps above to verify your installation"
152
+
]
153
+
},
154
+
{
155
+
"cell_type": "markdown",
156
+
"metadata": {},
157
+
"source": [
158
+
"*Attribution: These instructions are partially based on tutorials by [Geek Girls Carrots](http://django.carrots.pl/) and [DjangoGirls](http://tutorial.djangogirls.org/python_installation/README.html).*"
0 commit comments