summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-06-22 01:16:33 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-06-22 01:16:33 +0100
commit55be23a6da0800bc7a360b2d4488ebb75bae8f89 (patch)
tree4b0a25dc7ddbd3e853745d64ffb514ceb08c0438 /INSTALL
parent75ba28357220646a8f912b918c9477899b45b928 (diff)
downloadslixmpp-55be23a6da0800bc7a360b2d4488ebb75bae8f89.tar.gz
slixmpp-55be23a6da0800bc7a360b2d4488ebb75bae8f89.tar.bz2
slixmpp-55be23a6da0800bc7a360b2d4488ebb75bae8f89.tar.xz
slixmpp-55be23a6da0800bc7a360b2d4488ebb75bae8f89.zip
Update the INSTALL file, and add a point about Cython.
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]