Better diagnostic for wrong branch configuration.
[stgit/ydirson.git] / INSTALL
blob8d2bebd9d1824f1b7af5cfe6fbd11f9cbfde6d74
1 For basic installation:
3         python setup.py install
5 By default, the above command installs StGIT in the
6 $HOME/{bin,lib,share} directories. For a different location, use the
7 --prefix option.
9         python setup.py install --prefix=/usr
11 For more information:
13         http://docs.python.org/inst/inst.html