Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Part 0 edit setup #53

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 6 additions & 34 deletions part-0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Please go to this website page https://www.python.org/downloads/ to download the Python installer:\n",
"- click on the `Download Python 3.4.1` button (a yellow button on left side of screen),\n",
"- this will start the download of the appropriate Windows MSI installer \n",
"- accept the default download filename: `python-3.4.1.msi`(win32bits) or `python-3.4.1.amd.msi`(win64bits) \n",
"- save the MSI Installer file to your pc,\n",
"- double click the downloaded file to open it and run the installer \n"
"Please go to this website page http://docs.continuum.io/anaconda/install.html and follow instructions:\n"
]
},
{
Expand All @@ -62,7 +57,7 @@
"Linux"
]
},
{
{m
"cell_type": "markdown",
"metadata": {},
"source": [
Expand All @@ -88,11 +83,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Type this command into your console:\n",
"\n",
"```\n",
"sudo apt-get install python3.4\n",
"```"
"Please follow instructions at http://docs.continuum.io/anaconda/install.html:\n",
]
},
{
Expand Down Expand Up @@ -126,34 +117,15 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Please go to this website page https://www.python.org/downloads/ to download the Python installer:\n",
"- click on the `Download Python 3.4.1` button (a yellow button on left side of screen),\n",
"Please go to this website page http://continuum.io/downloads:\n",
"- click on the `I want Python 3.4.1` button (a yellow button on left side of screen),\n",
"- 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",
"- 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",
"\n",
"\n",
"** Verify the installation **\n",
"\n",
"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",
"```\n",
"$ python3 --version\n",
"Python 3.4.1\n",
"```"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<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",
"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",
"\n",
"For Mac OS X 10.5 users only:\n",
"- click on this link: https://www.python.org/downloads/release/python-341/\n",
"- scroll down to \"Files\" heading and double click on \"Mac OS X 32-bit i386/PPC installer\"\n",
"- save the \"Mac OS X 32-bit i386/PPC installer\" dmg file `python-3.4.1-macosx10.5.dmg` to your mac,\n",
"- 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",
"- follow the steps above to verify your installation"
"Verify the installation was successful by clicking on Anaconda Launcher and launch ipython-notebook. Click on the dropdown on http://localhost:8888/tree# and select python 3 <span style=\"color:blue\">python3 --version</span> after the `$` command prompt:\n"
]
},
{
Expand Down