~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to README

  • Committer: Martin Pool
  • Date: 2005-03-14 02:54:38 UTC
  • Revision ID: mbp@sourcefrog.net-20050314025438-d52099f915fe65fc
note dependency on elementtree
thanks to Faheem Mitha

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
This is mostly developed on Linux (Ubuntu); it should work on Unix,
18
18
Windows, or OS X with relatively little trouble.
19
19
 
20
 
bzr requires a fairly recent Python, say after 2.2.  
21
 
 
22
 
You can improve performance by installing Fredrik Lundh's amazing
23
 
cElementTree__ module.
24
 
 
25
 
__ http://effbot.org/zone/celementtree.htm
 
20
bzr requires a fairly recent Python, say after 2.2.  2.4 is recommended.
 
21
 
 
22
You must install either cElementTree_ or ElementTree_ first.
 
23
 
 
24
.. _cElementTree: http://effbot.org/zone/celementtree.htm
 
25
.. _ElementTree: http://effbot.org/zone/element-index.htm
26
26