no sudo in cygwin instructions

This commit is contained in:
Bryan Bishop 2012-06-02 17:33:59 -05:00
parent ff6817e855
commit 45954f010c

View File

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