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