shithub: pokecrystal

Download patch

ref: 45954f010c2b8dce25cc22d316d102957fef0abe
parent: ff6817e8555083ae26a946c7bdb81cac7250856f
author: Bryan Bishop <[email protected]>
date: Sat Jun 2 13:33:59 EDT 2012

no sudo in cygwin instructions

--- a/INSTALL.md
+++ b/INSTALL.md
@@ -120,7 +120,7 @@
 ```bash
 cd ~
 wget http://peak.telecommunity.com/dist/ez_setup.py
-sudo python ez_setup.py
+python ez_setup.py
 easy_install unittest2
 ```