diff options
-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 ``` |