diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-06-02 15:37:05 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-06-02 15:37:05 -0500 |
commit | e6905826bd94394b6cbd9a1d013d8443e3d16086 (patch) | |
tree | 530147032bfa8d217e189cb1c756dc6b420759ee | |
parent | cac7fe5ea2a0fec22a506134044f0d97726080fa (diff) |
fix missing step
-rw-r--r-- | INSTALL.md | 1 |
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 ``` |