From: W. Trevor King Date: Mon, 16 Jun 2014 22:27:54 +0000 (-0700) Subject: README.md: Update usage for folks running the compiled installer X-Git-Tag: v0.1~3 X-Git-Url: http://git.tremily.us/?p=swc-setup-windows-installer.git;a=commitdiff_plain;h=4b1975088eb77d9e5861418c0b11b2c97d24933b README.md: Update usage for folks running the compiled installer With the Inno installer, there's no need to download Python or msysGit ahead of time. Also, folks who aren't building their own installer can use the latest compiled release. I'm not sure how the compilation process works, so I'll leave that for Ethan to fill in. Once we're actually tagging releases here, we'll probably be linking to GitHub's releases [1] instead of files.sw-c.org, but we haven't tagged a release yet. [1]: https://github.com/swcarpentry/windows-installer/releases --- diff --git a/README.md b/README.md index 048bf94..1e9a12f 100644 --- a/README.md +++ b/README.md @@ -10,21 +10,23 @@ The script: * Provides standard [nosetests][] behavior for msysGit * Add [R][]'s bin directory to the path (if we can find it) -To use: +Building +======== -1. Install [Python][], [IPython][], and [Nose][nose]. An easy way to - do this is with the [Anaconda CE][Anaconda-CE] Python distribution. -2. [Install msysGit][msysgit-install] -3. Run `swc-windows-installer.py`. You should be able to simply - double click the file in Windows. +TODO + +For folks who don't want to build their own version, the most recent +version is also [available here][compiled]. + +Using +===== + +Just have your students download and double-click the compiled +installer. [msysGit]: http://msysgit.github.io/ -[msysgit-install]: https://github.com/msysgit/msysgit/releases [nano]: http://www.nano-editor.org/ [SQLite]: http://www.sqlite.org/ -[Python]: https://www.python.org/ -[IPython]: http://ipython.org/ -[Nose]: https://nose.readthedocs.org/en/latest/ [nosetests]: https://nose.readthedocs.org/en/latest/usage.html [R]: http://www.r-project.org/ -[Anaconda-CE]: http://continuum.io/anacondace.html +[compiled]: http://files.software-carpentry.org/SWCarpentryInstaller.exe