Allow the abbreviation of StGIT commands
[stgit] / INSTALL
... / ...
CommitLineData
1For basic installation:
2
3 python setup.py install
4
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
9 python setup.py install --prefix=/usr
10
11For more information:
12
13 http://docs.python.org/inst/inst.html