* Provides standard [nosetests][] behavior for msysGit
* Adds [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][] 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
- double click the file in Windows.
+Building the Windows installer requires a Windows machine with [Python][],
+[py2exe][] and [Inno Setup][inno]. `py2exe` can be installed using `pip` and
+Inno Setup can be installed using the self-installing package from
+[the download page][inno-download].
+
+```
+python setup.py install
+python setup.py py2exe
+ISCC.exe swc-installer.iss
+```
+
+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. If you're using [R][], you'll have to install R before
- running this installer (because this installer searches likely paths
- to find R's `bin` directory). Otherwise, you can run it whenever you
- like (e.g. either before or after installing [Python][]).
++installer. If you're using [R][], you'll have to [install
++R][R-install] before running this installer (because this installer
++searches likely paths to find R's `bin` directory). Otherwise, you
++can run it whenever you like (e.g. either before or after installing
++[Python][]).
[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]: http://continuum.io/downloads
+ [R-install]: http://cran.r-project.org/bin/windows/base/rw-FAQ.html#Installation-and-Usage
+[Python]: https://www.python.org/
+[py2exe]: http://py2exe.org/
+[inno]: http://www.jrsoftware.org/isinfo.php
+[inno-download]: http://www.jrsoftware.org/isdl.php
+[compiled]: https://github.com/swcarpentry/windows-installer/releases/latest