Merge branch 'python'
[swc-setup-windows-installer.git] / README.md
1 Software Carpentry Windows Installer
2
3 Helps mimic a *nix environment on Windows with as little work as possible.
4
5 The script:
6
7 * Installs [nano][] and makes it accessible from [msysGit][]
8 * Installs [SQLite][] and makes it accessible from msysGit
9 * Creates a `~/nano.rc` with links to syntax highlighting configs
10 * Provides standard [nosetests][] behavior for msysGit
11 * Adds [R][]'s bin directory to the path (if we can find it)
12
13 Building
14 ========
15
16 TODO
17
18 For folks who don't want to build their own version, the most recent
19 version is also [available here][compiled].
20
21 Using
22 =====
23
24 Just have your students download and double-click the compiled
25 installer.
26
27 [msysGit]: http://msysgit.github.io/
28 [nano]: http://www.nano-editor.org/
29 [SQLite]: http://www.sqlite.org/
30 [nosetests]: https://nose.readthedocs.org/en/latest/usage.html
31 [R]: http://www.r-project.org/
32 [compiled]: http://files.software-carpentry.org/SWCarpentryInstaller.exe