summaryrefslogtreecommitdiff
path: root/INSTALL.txt
blob: 2d99134535f9f56489944556e19cfa0f6cd00ff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
cmd2 can be installed from PyPI by ``easy_install`` or ``pip``.

Development trunk can be downloaded with mercurial::

  hg clone http://hg.assembla.com/python-cmd2

To install from the trunk, ``cd python-cmd2`` and run ``python setup.py install`` or ``python setup.py develop`` (requires setuptools).

Python 3
--------

The Python 3 egg downloaded from PyPI or installed by ``pip`` or ``easy_install`` is ready to go.

To install from source for Python 3::

  2to3 -w cmd2.py
  python3 setup.py install