diff options
author | mathieui <mathieui@mathieui.net> | 2015-06-22 23:56:05 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2015-06-22 23:56:05 +0200 |
commit | d0ad25745a81df3f49a96bee376f9d60f490bd0f (patch) | |
tree | 95e6dc733f0732708e5c33cf0e36280e463b25b9 /INSTALL | |
parent | f7164d35d29041790be8b9fcd77dd89f75aee789 (diff) | |
parent | 55be23a6da0800bc7a360b2d4488ebb75bae8f89 (diff) | |
download | slixmpp-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-- | INSTALL | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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] |