~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to README

  • Committer: Martin Pool
  • Date: 2005-05-11 01:03:22 UTC
  • Revision ID: mbp@sourcefrog.net-20050511010322-54654b917bbce05f
- Notes on library dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
The only dependency is Python, at least 2.3 and preferably 2.4.  
25
25
 
26
26
You may optionally install cElementTree to speed up some operations.
 
27
This is strongly recommended if you are dealing with large trees.
 
28
 
 
29
This package includes copies of two Python libraries, elementtree and
 
30
urlgrabber.
 
31
 
 
32
If you are building .deb or .rpm packages for bzr, please don't
 
33
include these libraries but instead package them separately and depend
 
34
on that.
27
35
 
28
36
 
29
37
Installation
44
52
  ./testbzr
45
53
 
46
54
If you use the setup.py script then bzr will be installed into the
47
 
specified path.  In this case you must install ElementTree or
48
 
cElementTree separately.
 
55
specified path.  In this case you must install ElementTree and
 
56
urlgrabber separately.
49
57