mirror of https://github.com/pret/pokecrystal.git
fix missing step
This commit is contained in:
parent
cac7fe5ea2
commit
e6905826bd
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue