diff options
author | mathieui <mathieui@mathieui.net> | 2014-11-30 16:12:16 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-11-30 16:12:16 +0100 |
commit | 43004a8570581c7a20e9874e9c62d83ce02e6cd1 (patch) | |
tree | cefa5db2e7e791a9906cb2540521fb7a2a48b424 | |
parent | cc348bf4420f4f45bce4de236645421fc376fda0 (diff) | |
download | poezio-43004a8570581c7a20e9874e9c62d83ce02e6cd1.tar.gz poezio-43004a8570581c7a20e9874e9c62d83ce02e6cd1.tar.bz2 poezio-43004a8570581c7a20e9874e9c62d83ce02e6cd1.tar.xz poezio-43004a8570581c7a20e9874e9c62d83ce02e6cd1.zip |
Fix the deps in the README
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,9 +27,9 @@ MUCs, especially XEP 0045. Install ======================= -You need python 3.3 or higher (preferably the latest) and the associated devel -package, to build C modules, and the SleekXMPP python library (develop branch). -You can optionally add dnspython if you want SRV record support. +You need python 3.4 or higher (preferably the latest) and the associated devel +package, to build C modules, and the slixmpp python library. +You also need aiodns if you want SRV record support. Additionally, you’ll need sphinx to build the documentation pages. To read the documentation without these dependancies just read the rst |