From: W. Trevor King Date: Mon, 9 Jun 2014 22:20:18 +0000 (-0700) Subject: swc-windows-installer.py: Standardize on 'msysGit' capitalization X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=42b7b6201e15d1959e4344269b7ce1984fd61a91;p=swc-workshop.git swc-windows-installer.py: Standardize on 'msysGit' capitalization That's what the project uses for itself. --- diff --git a/swc-windows-installer.py b/swc-windows-installer.py index 0c6d0e5..c8d1837 100755 --- a/swc-windows-installer.py +++ b/swc-windows-installer.py @@ -5,10 +5,10 @@ Helps mimic a *nix environment on Windows with as little work as possible. The script: -* Installs nano and makes it accessible from msysgit +* Installs nano and makes it accessible from msysGit * Installs sqlite3 and makes it accessible from msysGit * Creates ~/nano.rc with links to syntax highlighting configs -* Provides standard nosetests behavior for msysgit +* Provides standard nosetests behavior for msysGit * Add R's bin directory to the path (if we can find it) To use: @@ -16,7 +16,7 @@ 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 -2. Install msysgit +2. Install msysGit http://code.google.com/p/msysgit/downloads/list 3. Run swc_windows_installer.py You should be able to simply double click the file in Windows @@ -162,7 +162,7 @@ def install_sqlite(install_directory): def create_nosetests_entry_point(python_scripts_directory): - """Creates a terminal-based nosetests entry point for msysgit""" + """Creates a terminal-based nosetests entry point for msysGit""" contents = '\n'.join([ '#!/usr/bin/env/ python', 'import sys',