From 3ed936b590858ae3e8baab14534a74b81c5b5991 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sat, 25 May 2019 19:54:56 +0100 Subject: docs: update dependencies --- docs/source/installation.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 116e96c0..12fc465b 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -24,19 +24,21 @@ A full list of dependencies is below: * `libmagic and python bindings `_, ≥ `5.04` * `configobj `_, ≥ `4.7.0` -* `libnotmuch `_ and it's python bindings, ≥ `0.13` +* `libnotmuch `_ and it's python bindings, ≥ `0.27` * `urwid `_ toolkit, ≥ `1.3.0` * `urwidtrees `_, ≥ `1.0` * `gpg `_ and it's python bindings, ≥ `1.9.0` +* `twisted `_, ≥ `10.2.0` On Debian/Ubuntu these are packaged as:: - python3-setuptools python3-magic python3-configobj python3-notmuch python3-urwid python3-urwidtrees python3-gpg + python3-setuptools python3-magic python3-configobj python3-notmuch python3-urwid python3-urwidtrees python3-gpg python3-twisted On Fedora/Redhat these are packaged as:: - python-setuptools python-magic python-configobj python-notmuch python-urwid python-urwidtrees python-gpg + python-setuptools python-magic python-configobj python-notmuch python-urwid python-urwidtrees python-gpg python-twisted + To set up and install the latest development version:: -- cgit v1.2.3