shithub: pokecrystal

Download patch

ref: e6905826bd94394b6cbd9a1d013d8443e3d16086
parent: cac7fe5ea2a0fec22a506134044f0d97726080fa
author: Bryan Bishop <kanzure@gmail.com>
date: Sat Jun 2 11:37:05 EDT 2012

fix missing step

--- a/INSTALL.md
+++ b/INSTALL.md
@@ -122,6 +122,7 @@
 ```bash
 cd ~
 wget http://peak.telecommunity.com/dist/ez_setup.py
+sudo python ez_setup.py
 easy_install unittest2
 ```
 
--