~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Aaron Bentley
  • Date: 2007-06-18 15:03:02 UTC
  • Revision ID: abentley@panoramicfeedback.com-20070618150302-u35gtfierenla4kx
remove references to python2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
You may have to create the plugins directory first.
7
7
 
8
8
Alternatively, you can install them at the system-wide plugin location:
9
 
$ sudo python2.4 setup.py install
 
9
$ sudo ./setup.py install
10
10
 
11
11
You can test whether they are successfully installed by doing 
12
12
"bzr clean-tree -h"
19
19
testresources  - used by the baz-import test suite
20
20
 
21
21
Getting 
22
 
If you want to use baz-import, stick a pybaz symlink in the bzrtools tree:
23
 
$ baz register-archive http://ddaa.net/arch/2004
24
 
$ baz get ddaa@ddaa.net--2004/pybaz--devo--0 pybaz
25
 
$ cd ~/bzrbzrtools/external
26
 
$ ln -s ../pybaz/pybaz
 
22
If you want to use baz-import you must have PyBaz installed.
 
23
Your distro may provide PyBaz, or you can install it from source:
 
24
http://code.aaronbentley.com/pybaz/releases/pybaz-1.5.tar.gz
27
25
 
28
26
If you want to test your install:
29
27
/path/to/bzrtools/test.py [/path/to/bzr]