summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-06-02 15:37:05 -0500
committerBryan Bishop <kanzure@gmail.com>2012-06-02 15:37:05 -0500
commite6905826bd94394b6cbd9a1d013d8443e3d16086 (patch)
tree530147032bfa8d217e189cb1c756dc6b420759ee
parentcac7fe5ea2a0fec22a506134044f0d97726080fa (diff)
fix missing step
-rw-r--r--INSTALL.md1
1 files changed, 1 insertions, 0 deletions
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
```