~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to INSTALL

Add source index to the index iteration API to allow mapping back to the origin of retrieved data.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
Installation
17
17
------------
18
18
 
 
19
When upgrading using setup.py, it is recommended that you first delete the
 
20
bzrlib directory from the install target.
 
21
 
19
22
To install bzr as a user, run
20
23
 
21
24
  python setup.py install --home ~ 
24
27
 
25
28
  python setup.py install
26
29
 
 
30
For more information on installation, see
 
31
http://bazaar-vcs.org/InstallationFaq
 
32
or write to bazaar@lists.canonical.com.