~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to README

  • Committer: mbp at sourcefrog
  • Date: 2005-03-19 23:50:21 UTC
  • Revision ID: mbp@sourcefrog.net-20050319235021-a4a900883ea8e2d8
better notes on how to install

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
Installation
37
37
------------
38
38
 
39
 
bzr has a standard python ``setup.py`` script.  
40
 
 
41
 
To install it system-wide::
42
 
 
43
 
  # python ./setup.py install
44
 
 
45
 
Alternatively you can simply put the source directory on $PYTHONPATH
46
 
and $PATH.
 
39
The best way to install bzr is to symlink the ``bzr`` command onto a
 
40
directory on your path.  For example::
 
41
 
 
42
  ln -s ~/work/bzr/bzr ~/bin/bzr
 
43
 
 
44
If you use a symlink for this, Python will be able to automatically
 
45
find the bzr libraries.  Otherwise you must ensure they are listed on
 
46
your $PYTHONPATH.