summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-08-06 15:01:39 +0200
committermathieui <mathieui@mathieui.net>2012-08-06 15:01:39 +0200
commit100994df284e1ce004e8babaeece128b1bd92479 (patch)
treeb2b58fe37424908053d8d7faac80b2b3115d7e34 /doc
parent5692a0278be231070a44d53aabb5daccad2a1ad6 (diff)
downloadpoezio-100994df284e1ce004e8babaeece128b1bd92479.tar.gz
poezio-100994df284e1ce004e8babaeece128b1bd92479.tar.bz2
poezio-100994df284e1ce004e8babaeece128b1bd92479.tar.xz
poezio-100994df284e1ce004e8babaeece128b1bd92479.zip
Add a fallback to optparse if argparse is not found
Diffstat (limited to 'doc')
-rw-r--r--doc/en/install.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/en/install.txt b/doc/en/install.txt
index 49232abd..1d1be48b 100644
--- a/doc/en/install.txt
+++ b/doc/en/install.txt
@@ -37,6 +37,9 @@ In order for poezio to correctly work, you need the libs SleekXMPP and
=== Dependencies ===
+NOTE: If your python3 version is too old because of debian (e.g. < 3.2), you
+should install the python3-argparse package if it exists, or use
+pip3/virtualenvs to install it.
If you want to install SleekXMPP and dnspython by yourself, follow these
instructions. Else, go to the next section (recommended).