summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2015-06-22 23:56:05 +0200
committermathieui <mathieui@mathieui.net>2015-06-22 23:56:05 +0200
commitd0ad25745a81df3f49a96bee376f9d60f490bd0f (patch)
tree95e6dc733f0732708e5c33cf0e36280e463b25b9 /INSTALL
parentf7164d35d29041790be8b9fcd77dd89f75aee789 (diff)
parent55be23a6da0800bc7a360b2d4488ebb75bae8f89 (diff)
downloadslixmpp-d0ad25745a81df3f49a96bee376f9d60f490bd0f.tar.gz
slixmpp-d0ad25745a81df3f49a96bee376f9d60f490bd0f.tar.bz2
slixmpp-d0ad25745a81df3f49a96bee376f9d60f490bd0f.tar.xz
slixmpp-d0ad25745a81df3f49a96bee376f9d60f490bd0f.zip
Merge branch 'jid' of http://git.linkmauve.fr/slixmpp
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 82f87123..3e45700d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,6 @@
Pre-requisites:
-- Python 3.1 or 2.6
+- Python 3.4
+- Cython 0.22 and libidn, optionally (making JID faster by compiling the stringprep module)
Install:
> python3 setup.py install
@@ -9,4 +10,4 @@ Root install:
To test:
> cd examples
-> python echo_client.py -v -j [USER@example.com] -p [PASSWORD]
+> python3 echo_client.py -d -j [USER@example.com] -p [PASSWORD]