summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-08-18 09:16:13 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-08-18 09:16:13 +0100
commit9011c6e6b25ab38b1176e6272eff497b9ecb6e0a (patch)
tree29b740568c244c5d78e0423bafa76521672ed0db /INSTALL
parent821bbd8b5f2458dfbfe86ceb51295f5e1bb44b01 (diff)
mention argparse for debian in install
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 4b251725..c0e9b444 100644
--- a/INSTALL
+++ b/INSTALL
@@ -27,8 +27,12 @@ Alot depends on development versions of notmuch and urwid.
3. make sure you have argparse installed:
-----------------------------------------
-If you are running debian and are still on python 2.6,
+argparse is part of the stadndard library since python v2.7.
+If you are running debian and are still on python 2.6, use
+aptitude install python-argparse
+or
easy_install argparse
+to get a backported version.
4. get alot and install it from git: