Mercurial > python-cmd2
comparison INSTALL.txt @ 429:47301bf13ec3
no packrat for python3, darn
author | catherine.devlin@gmail.com |
---|---|
date | Thu, 28 Jul 2011 18:32:19 -0400 |
parents | fe75803a4a5e |
children |
comparison
equal
deleted
inserted
replaced
428:10c69502e789 | 429:47301bf13ec3 |
---|---|
17 | 17 |
18 curl -O http://python-distribute.org/distribute_setup.py | 18 curl -O http://python-distribute.org/distribute_setup.py |
19 sudo python3 distribute_setup.py | 19 sudo python3 distribute_setup.py |
20 | 20 |
21 sudo python3 setup.py install | 21 sudo python3 setup.py install |
22 | 22 |
23 2to3 won't run if there's a ``build`` directory that's newer than your source code. Deleting the ``cmd2/build`` directory before running setup.py ensures that this won't be a problem. |