diff --git a/part-0.ipynb b/part-0.ipynb index 1f1220b..4a3cece 100644 --- a/part-0.ipynb +++ b/part-0.ipynb @@ -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" ] }, { @@ -62,7 +57,7 @@ "Linux" ] }, - { + {m "cell_type": "markdown", "metadata": {}, "source": [ @@ -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", ] }, { @@ -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 python3 --version after the `$` command prompt:\n", - "```\n", - "$ python3 --version\n", - "Python 3.4.1\n", - "```" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "**Are you using Mac OS X 10.5 (a possibility if you have a Mac laptop built before mid-2010)?** \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\".)\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 python3 --version after the `$` command prompt:\n" ] }, {