summaryrefslogtreecommitdiff
path: root/docs/source/installation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/installation.rst')
-rw-r--r--docs/source/installation.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/source/installation.rst b/docs/source/installation.rst
index 85a4189b..d54283c5 100644
--- a/docs/source/installation.rst
+++ b/docs/source/installation.rst
@@ -26,18 +26,17 @@ A full list of dependencies is below:
* `configobj <http://www.voidspace.org.uk/python/configobj.html>`_, ≥ `4.7.0`
* `libnotmuch <http://notmuchmail.org/>`_ and it's python bindings, ≥ `0.27`
* `urwid <http://excess.org/urwid/>`_ toolkit, ≥ `1.3.0`
-* `urwidtrees <https://github.com/pazz/urwidtrees>`_, ≥ `1.0`
* `gpg <http://www.gnupg.org/related_software/gpgme>`_ and it's python bindings, ≥ `1.9.0`
* `twisted <https://twistedmatrix.com>`_, ≥ `18.4.0`
On Debian/Ubuntu these are packaged as::
- python3-setuptools python3-magic python3-configobj python3-notmuch python3-urwid python3-urwidtrees python3-gpg python3-twisted
+ python3-setuptools python3-magic python3-configobj python3-notmuch python3-urwid 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-twisted
+ python-setuptools python-magic python-configobj python-notmuch python-urwid python-gpg python-twisted
To set up and install the latest development version::