From: W. Trevor King Date: Sun, 10 Aug 2014 17:39:23 +0000 (-0700) Subject: Replace 'Anaconda CE' -> 'Anaconda' X-Git-Tag: v0.2^2~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=73f2355de02c73f100a2efc2ff2429ce9e557d21;p=swc-setup-windows-installer.git Replace 'Anaconda CE' -> 'Anaconda' On 2013-03-13, Continuum dropped the CE and made 'Anaconda' free [1]. [1]: http://continuum.io/blog/anaconda-1-4-released --- diff --git a/README.md b/README.md index 262fe63..c628c3a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The script: To use: 1. Install [Python][], [IPython][], and [Nose][nose]. An easy way to - do this is with the [Anaconda CE][Anaconda-CE] Python distribution. + do this is with the [Anaconda][] Python distribution. 2. [Install msysGit][msysgit-install] 3. [Install R][R-install] (if your workshop uses R). 4. Run `swc-windows-installer.py`. You should be able to simply @@ -29,4 +29,4 @@ To use: [nosetests]: https://nose.readthedocs.org/en/latest/usage.html [R]: http://www.r-project.org/ [R-install]: http://cran.r-project.org/bin/windows/base/rw-FAQ.html#Installation-and-Usage -[Anaconda-CE]: http://continuum.io/anacondace.html +[Anaconda]: http://continuum.io/downloads diff --git a/swc-windows-installer.py b/swc-windows-installer.py index ae41a8d..1e4d70f 100755 --- a/swc-windows-installer.py +++ b/swc-windows-installer.py @@ -14,8 +14,8 @@ The script: To use: 1. Install Python, IPython, and Nose. An easy way to do this is with - the Anaconda CE Python distribution - http://continuum.io/anacondace.html + the Anaconda Python distribution + http://continuum.io/downloads 2. Install msysGit https://github.com/msysgit/msysgit/releases 3. Install R (if your workshop uses R)