39
bzr has a standard python ``setup.py`` script.
41
To install it system-wide::
43
# python ./setup.py install
45
Alternatively you can simply put the source directory on $PYTHONPATH
39
The best way to install bzr is to symlink the ``bzr`` command onto a
40
directory on your path. For example::
42
ln -s ~/work/bzr/bzr ~/bin/bzr
44
If you use a symlink for this, Python will be able to automatically
45
find the bzr libraries. Otherwise you must ensure they are listed on