Merge lp:~jelmer/brz/trunk-3.5 into lp:brz

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/trunk-3.5
Merge into: lp:brz
Diff against target: 44 lines (+19/-8)
1 file modified
INSTALL (+19/-8)
To merge this branch: bzr merge lp:~jelmer/brz/trunk-3.5
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+386230@code.launchpad.net

Commit message

Update installation instructions, explaining need for Python 3.5+ and optional dependencies.

Description of the change

Update installation instructions, explaining need for Python 3.5+ and optional dependencies.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'INSTALL'
--- INSTALL 2017-10-26 01:03:20 +0000
+++ INSTALL 2020-06-23 02:03:57 +0000
@@ -4,13 +4,16 @@
4Dependencies4Dependencies
5------------5------------
66
7Breezy requires Python 2.7 or newer, or Python 3.4 or newer.7Breezy requires Python 3.5 or newer.
88
9It also requires the `configobj` Python module to be installed. It can be9It also requires the `configobj` and `patiencediff` Python modules to be
10installed either from your operating system's package manager, using pip10installed.
11or by downloading it from:11
1212These can be installed either from your operating system's package
13 https://github.com/DiffSK/configobj13manager, using pip or by downloading them from:
14
15 configobj: https://github.com/DiffSK/configobj
16 patiencediff: https://github.com/breezy-team/patiencediff
1417
15Optional dependencies18Optional dependencies
16~~~~~~~~~~~~~~~~~~~~~19~~~~~~~~~~~~~~~~~~~~~
@@ -21,7 +24,15 @@
21 http://www.lag.net/paramiko/24 http://www.lag.net/paramiko/
2225
23To PGP sign commits and verify PGP signatures on commits, install26To PGP sign commits and verify PGP signatures on commits, install
24python-gpg.27python-gpgme.
28
29For Git support, install Dulwich:
30
31 https://www.dulwich.io/
32
33For fastimport support, install python-fastimport:
34
35 https://github.com/jelmer/python-fastimport
2536
26brz can optionally use compiled versions of some parts of the code37brz can optionally use compiled versions of some parts of the code
27for increased speed. When installing brz you need the ability to38for increased speed. When installing brz you need the ability to

Subscribers

People subscribed via source and target branches