mirror of https://github.com/pret/pokecrystal.git
no sudo in cygwin instructions
This commit is contained in:
parent
ff6817e855
commit
45954f010c
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue