Skip to content

Commit

Permalink
Upped minimum urwid requirement to work with Python 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Dec 5, 2014
1 parent 2c6a18d commit b7a7127
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Installation and setup

To install urlscan, install from your distribution repositories, install the `Archlinux Package`_ , or install from source using setup.py.

.. NOTE::

To work with Python 3.x the minimum required version of urwid is 1.2.1. Python 2.x works fine with urwid >= 1.0.1

Once urlscan is installed, add the following lines to your .muttrc:

macro index,pager \cb "<pipe-message> urlscan<Enter>" "call urlscan to extract URLs out of a message"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
urwid
urwid>=1.2.1

0 comments on commit b7a7127

Please sign in to comment.