fix missing step

This commit is contained in:
Bryan Bishop 2012-06-02 15:37:05 -05:00
parent cac7fe5ea2
commit e6905826bd

View File

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