chiark / gitweb /
Only print the progress message if on a TTY
[stgit] / INSTALL
CommitLineData
41a6d859
CM
1For basic installation:
2
3 python setup.py install
4
516a282a
CM
5By default, the above command installs StGIT in the
6$HOME/{bin,lib,share} directories. For a different location, use the
7--prefix option.
8
5cccc82b
CM
9 python setup.py install --prefix=/usr
10
41a6d859
CM
11For more information:
12
13 http://docs.python.org/inst/inst.html