~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to README

  • Committer: Martin Pool
  • Date: 2005-06-28 05:33:40 UTC
  • Revision ID: mbp@sourcefrog.net-20050628053340-ea73b03fbcde9c46
- Remove XMLMixin class in favour of simple pack_xml, unpack_xml functions
  called as needed.  

- Avoid importing xml and ElementTree library unless needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
This is mostly developed on Linux (Ubuntu); it should work on Unix,
22
22
Windows, or OS X with relatively little trouble.
23
23
 
24
 
The only dependency is Python 2.4.
 
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
27
This is strongly recommended if you are dealing with large trees.
49
49
After installing, please run the test suite to identify any problems
50
50
on your platform::
51
51
 
52
 
  ./bzr selftest
 
52
  ./testbzr
53
53
 
54
54
If you use the setup.py script then bzr will be installed into the
55
55
specified path.  In this case you must install ElementTree and