~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/admin-guide/introduction.txt

  • Committer: Ross Lagerwall
  • Date: 2012-08-07 06:32:51 UTC
  • mto: (6437.63.5 2.5)
  • mto: This revision was merged to the branch mainline in revision 6558.
  • Revision ID: rosslagerwall@gmail.com-20120807063251-x9p03ghg2ws8oqjc
Add bzrlib/locale to .bzrignore

bzrlib/locale is generated with ./setup.py build_mo which is in turn called
by ./setup.py build

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
environments.  For the purposes of this document, we will consider Mac OS X as
32
32
a type of Unix.
33
33
 
34
 
In general, Bazaar requires only Python_ 2.6 or greater to run.
35
 
If you would *optionally*
 
34
In general, Bazaar requires only Python_ 2.4 or greater and the cElementTree_
 
35
package (included in Python 2.5 and later) to run.  If you would *optionally*
36
36
like to be able to access branches using SFTP, you need `paramiko and
37
37
pycrypto`_.
38
38
 
39
39
.. _Python: http://www.python.org/
 
40
.. _cElementTree: http://effbot.org/zone/element-index.htm
40
41
.. _paramiko and pycrypto: http://www.lag.net/paramiko/
41
42
 
42
43
For maximum performance, Bazaar can make use of compiled versions of some