From e6905826bd94394b6cbd9a1d013d8443e3d16086 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 2 Jun 2012 15:37:05 -0500 Subject: [PATCH] fix missing step --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index d2cf8a767..4994cd86c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -122,6 +122,7 @@ earlier: ```bash cd ~ wget http://peak.telecommunity.com/dist/ez_setup.py +sudo python ez_setup.py easy_install unittest2 ```