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.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/installation.rst b/docs/source/installation.rst
index 2110315b..170c384b 100644
--- a/docs/source/installation.rst
+++ b/docs/source/installation.rst
@@ -13,7 +13,7 @@ A full list of dependencies is below:
* `libnotmuch <http://notmuchmail.org/>`_ and it's python bindings, ≥ `0.13`
* `urwid <http://excess.org/urwid/>`_ toolkit, ≥ `1.1.0`
* `urwidtrees <https://github.com/pazz/urwidtrees>`_, ≥ `1.0`
-* `PyGPGME <https://launchpad.net/pygpgme>`_ ≥ `0.2`
+* `gpg <https://pypi.python.org/pypi/gpg>`_
.. note:: urwidtrees was only recently detached from alot and is not widely
available as a separate package. You can install it e.g., via
@@ -26,11 +26,11 @@ A full list of dependencies is below:
On debian/ubuntu the rest are packaged as::
- python-setuptools python-magic python-configobj python-twisted python-notmuch python-urwid python-gpgme
+ python-setuptools python-magic python-configobj python-twisted python-notmuch python-urwid python-gpg
On fedora/redhat these are packaged as::
- python-setuptools python-magic python-configobj python-twisted python-notmuch python-urwid pygpgme
+ python-setuptools python-magic python-configobj python-twisted python-notmuch python-urwid python-gpg
Alot uses `mailcap <http://en.wikipedia.org/wiki/Mailcap>`_ to look up mime-handler for inline
rendering and opening of attachments. For a full description of the maicap protocol consider the