1
bzr install instructions
2
************************
7
bzr requires Python2.4 and cElementTree:
9
http://effbot.org/zone/element-index.htm
11
If you wish to access branches over sftp, you will need paramiko and
14
http://www.lag.net/paramiko/
19
When upgrading using setup.py, it is recommended that you first delete the
20
bzrlib directory from the install target.
22
To install bzr as a user, run
24
python setup.py install --home ~
26
To install system-wide, run (as root)
28
python setup.py install
30
For more information on installation, see
31
http://bazaar-vcs.org/InstallationFaq
32
or write to bazaar@lists.canonical.com.