summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-02-28 08:29:37 -0800
committerDylan Baker <dylan@pnwbakers.com>2018-03-01 10:35:20 -0800
commit9e8ec4d4542de6208c837b5a25220f7d864ea820 (patch)
tree8fa426fd3c5aa7ae5720d2375fc860e27033c18e /docs
parent9d3a0d9a75c8a35524f11a9c7ec63a33d4443150 (diff)
docs: fix installation docs for py3k
Diffstat (limited to 'docs')
-rw-r--r--docs/source/installation.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/installation.rst b/docs/source/installation.rst
index 8e30de1a..2d3fe44c 100644
--- a/docs/source/installation.rst
+++ b/docs/source/installation.rst
@@ -4,14 +4,14 @@ Installation
.. rubric:: dependencies
Alot depends on recent versions of notmuch and urwid. Note that due to restrictions
-on argparse and subprocess, you need to run *`3.0` > python ≥ `2.7`* (see :ref:`faq <faq_7>`).
+on argparse and subprocess, you need to run *`python ≥ `3.5`* (see :ref:`faq <faq_7>`).
A full list of dependencies is below:
* `libmagic and python bindings <http://darwinsys.com/file/>`_, ≥ `5.04`
* `configobj <http://www.voidspace.org.uk/python/configobj.html>`_, ≥ `4.7.0`
* `twisted <http://twistedmatrix.com/trac/>`_, ≥ `10.2.0`:
* `libnotmuch <http://notmuchmail.org/>`_ and it's python bindings, ≥ `0.13`
-* `urwid <http://excess.org/urwid/>`_ toolkit, ≥ `1.1.0`
+* `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`