/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: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2020-06-24 02:46:36 UTC
  • mfrom: (7517.1.1 trunk-3.5)
  • Revision ID: breezy.the.bot@gmail.com-20200624024636-nea4994cfz3aymn8
Update installation instructions, explaining need for Python 3.5+ and optional dependencies.

Merged from https://code.launchpad.net/~jelmer/brz/trunk-3.5/+merge/386230

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Dependencies
5
5
------------
6
6
 
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
 
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
14
17
 
15
18
Optional dependencies
16
19
~~~~~~~~~~~~~~~~~~~~~
21
24
  http://www.lag.net/paramiko/
22
25
 
23
26
To PGP sign commits and verify PGP signatures on commits, install
24
 
python-gpg.
 
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
25
36
 
26
37
brz can optionally use compiled versions of some parts of the code
27
38
for increased speed. When installing brz you need the ability to