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