Skip to content

Commit e4903c9

Browse files
author
Daniel Greenfeld
committed
Merge branch 'master' of github.com:pythonsd/intro-to-python
2 parents 7e74021 + df86500 commit e4903c9

File tree

6 files changed

+1281
-114
lines changed

6 files changed

+1281
-114
lines changed

part-0.ipynb

Lines changed: 43 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "python2"
1111
},
1212
"name": "",
13-
"signature": "sha256:7e77fab303afbbd6ade7a9ab434bf219c12be6e73b5182b90eacad402e5e1b61"
13+
"signature": "sha256:bcf9b99fa7aeba5ee12ed312039e072c00cf46f8cd218cd9ce2559061b52e6d6"
1414
},
1515
"nbformat": 3,
1616
"nbformat_minor": 0,
@@ -22,25 +22,18 @@
2222
"level": 1,
2323
"metadata": {},
2424
"source": [
25-
"Setup (before the workshop)"
25+
"Setup"
2626
]
2727
},
2828
{
2929
"cell_type": "markdown",
3030
"metadata": {},
3131
"source": [
32-
"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",
3333
"\n",
3434
"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/)."
3535
]
3636
},
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-
},
4437
{
4538
"cell_type": "heading",
4639
"level": 2,
@@ -121,27 +114,60 @@
121114
"level": 2,
122115
"metadata": {},
123116
"source": [
124-
"OS X"
117+
"Mac OS X"
125118
]
126119
},
127120
{
128121
"cell_type": "markdown",
129122
"metadata": {},
130123
"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",
135128
"\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",
137133
"```\n",
138134
"$ python3 --version\n",
139135
"Python 3.4.1\n",
140136
"```"
141137
]
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).*"
159+
]
160+
},
161+
{
162+
"cell_type": "code",
163+
"collapsed": false,
164+
"input": [],
165+
"language": "python",
166+
"metadata": {},
167+
"outputs": []
142168
}
143169
],
144170
"metadata": {}
145171
}
146172
]
147-
}
173+
}

0 commit comments

Comments
 (0)