diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-06-02 17:33:59 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-06-02 17:33:59 -0500 |
commit | 45954f010c2b8dce25cc22d316d102957fef0abe (patch) | |
tree | 0a841dec4ae37d61f9056f2f51365cda6f79b855 | |
parent | ff6817e8555083ae26a946c7bdb81cac7250856f (diff) |
no sudo in cygwin instructions
-rw-r--r-- | INSTALL.md | 2 |
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 ``` |