fix missing step

This commit is contained in:
Bryan Bishop 2012-06-02 15:37:05 -05:00
parent cac7fe5ea2
commit e6905826bd
1 changed files with 1 additions and 0 deletions

View File

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