/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Martin Pool
  • Date: 2007-04-01 06:19:16 UTC
  • mfrom: (2323.5.20 0.15-integration)
  • mto: This revision was merged to the branch mainline in revision 2390.
  • Revision ID: mbp@sourcefrog.net-20070401061916-plpgsxdf8g7gll9o
Merge 0.15 final release back to trunk, including: recommend upgrades of old workingtrees, handle multiple http redirections, some dirstate fixes, 

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
 
 
22
19
To install bzr as a user, run
23
20
 
24
21
  python setup.py install --home ~ 
27
24
 
28
25
  python setup.py install
29
26
 
30
 
For more information on installation, see
31
 
http://bazaar-vcs.org/InstallationFaq
32
 
or write to bazaar@lists.canonical.com.