~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to README

  • Committer: mbp at sourcefrog
  • Date: 2005-03-26 03:03:28 UTC
  • Revision ID: mbp@sourcefrog.net-20050326030328-350bb37fb45b5eb4
- update release notes

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
This is mostly developed on Linux (Ubuntu); it should work on Unix,
25
25
Windows, or OS X with relatively little trouble.
26
26
 
27
 
bzr requires a fairly recent Python, say after 2.2.  2.4 is recommended.
28
 
 
29
 
You must install either cElementTree_ or ElementTree_ first.
30
 
 
31
 
.. _cElementTree: http://effbot.org/zone/celementtree.htm
32
 
.. _ElementTree: http://effbot.org/zone/element-index.htm
33
 
 
 
27
The only dependency is Python, at least 2.3 and preferably 2.4.
 
28
 
 
29
You may optionally install cElementTree to speed up some operations.
34
30
 
35
31
 
36
32
Installation