summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-06-02 17:33:59 -0500
committerBryan Bishop <kanzure@gmail.com>2012-06-02 17:33:59 -0500
commit45954f010c2b8dce25cc22d316d102957fef0abe (patch)
tree0a841dec4ae37d61f9056f2f51365cda6f79b855
parentff6817e8555083ae26a946c7bdb81cac7250856f (diff)
no sudo in cygwin instructions
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
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
```