Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 276 Bytes

File metadata and controls

13 lines (11 loc) · 276 Bytes

How I got here

Install python3.3

pyvenv env
source env/bin/activate
curl http://python-distribute.org/distribute_setup.py | python
curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
pip install -U distribute
deactivate
source env/bin/activate