~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Robey Pointer
  • Date: 2005-11-22 01:41:46 UTC
  • mfrom: (1185.40.1)
  • mto: (1185.33.37 bzr.dev)
  • mto: This revision was merged to the branch mainline in revision 1512.
  • Revision ID: robey@lag.net-20051122014146-5186f5e310a15202
make sftp put faster when using paramiko 1.5.1

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.