~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to README

  • Committer: Martin Pool
  • Date: 2005-03-14 07:07:24 UTC
  • Revision ID: mbp@sourcefrog.net-20050314070724-ba6c85db7d96c508
- add setup.py and install instructions
- rename main script to just bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
.. _cElementTree: http://effbot.org/zone/celementtree.htm
32
32
.. _ElementTree: http://effbot.org/zone/element-index.htm
33
33
 
 
34
 
 
35
 
 
36
Installation
 
37
------------
 
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.