swc-windows-installer.py: Set default logging level to INFO
[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 To use:
14
15 1. Install [Python][], [IPython][], and [Nose][nose].  An easy way to
16    do this is with the [Anaconda CE][Anaconda-CE] Python distribution.
17 2. [Install msysGit][msysgit-install]
18 3. Run `swc-windows-installer.py`.  You should be able to simply
19    double click the file in Windows.
20
21 [msysGit]: http://msysgit.github.io/
22 [msysgit-install]: https://github.com/msysgit/msysgit/releases
23 [nano]: http://www.nano-editor.org/
24 [SQLite]: http://www.sqlite.org/
25 [Python]: https://www.python.org/
26 [IPython]: http://ipython.org/
27 [Nose]: https://nose.readthedocs.org/en/latest/
28 [nosetests]: https://nose.readthedocs.org/en/latest/usage.html
29 [R]: http://www.r-project.org/
30 [Anaconda-CE]: http://continuum.io/anacondace.html