From 45954f010c2b8dce25cc22d316d102957fef0abe Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 2 Jun 2012 17:33:59 -0500 Subject: [PATCH] no sudo in cygwin instructions --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index fb9f9e3cc..67053d1ed 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -120,7 +120,7 @@ earlier: ```bash cd ~ wget http://peak.telecommunity.com/dist/ez_setup.py -sudo python ez_setup.py +python ez_setup.py easy_install unittest2 ```