/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: Jelmer Vernooij
  • Date: 2020-02-18 01:57:45 UTC
  • mto: This revision was merged to the branch mainline in revision 7493.
  • Revision ID: jelmer@jelmer.uk-20200218015745-q2ss9tsk74h4nh61
drop use of future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Dependencies
5
5
------------
6
6
 
7
 
Breezy requires Python 3.5 or newer.
8
 
 
9
 
It also requires the `configobj` and `patiencediff` Python modules to be
10
 
installed.
11
 
 
12
 
These can be installed either from your operating system's package
13
 
manager, using pip or by downloading them from:
14
 
 
15
 
  configobj: https://github.com/DiffSK/configobj
16
 
  patiencediff: https://github.com/breezy-team/patiencediff
 
7
Breezy requires Python 2.7 or newer, or Python 3.4 or newer.
 
8
 
 
9
It also requires the `configobj` Python module to be installed. It can be
 
10
installed either from your operating system's package manager, using pip
 
11
or by downloading it from:
 
12
 
 
13
  https://github.com/DiffSK/configobj
17
14
 
18
15
Optional dependencies
19
16
~~~~~~~~~~~~~~~~~~~~~
24
21
  http://www.lag.net/paramiko/
25
22
 
26
23
To PGP sign commits and verify PGP signatures on commits, install
27
 
python-gpgme.
28
 
 
29
 
For Git support, install Dulwich:
30
 
 
31
 
  https://www.dulwich.io/
32
 
 
33
 
For fastimport support, install python-fastimport:
34
 
 
35
 
  https://github.com/jelmer/python-fastimport
 
24
python-gpg.
36
25
 
37
26
brz can optionally use compiled versions of some parts of the code
38
27
for increased speed. When installing brz you need the ability to