~vexo/bzr/gpg_verify_download_missing

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
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
------------

To install bzr as a user, run

  python setup.py install --home ~ 

To install system-wide, run (as root)

  python setup.py install