~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to README

  • Committer: Robert Collins
  • Date: 2005-08-23 06:44:54 UTC
  • mto: (974.1.50) (1185.1.10) (1092.3.1)
  • mto: This revision was merged to the branch mainline in revision 1139.
  • Revision ID: robertc@robertcollins.net-20050823064454-830ef7d426be03f6
move log and temp dir setup foo into the TestSuite we use

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