~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to README

  • Committer: Martin Pool
  • Date: 2005-07-22 23:32:00 UTC
  • Revision ID: mbp@sourcefrog.net-20050722233200-ccdeca985093a9fb
- now needs python 2.4
- update instructions for running selftest

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, at least 2.3 and preferably 2.4.  
 
24
The only dependency is Python 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
 
  ./testbzr
 
52
  ./bzr selftest
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