slixmpp/INSTALL
Maxime “pep” Buquet a4bbc404ed
Update Python version minimum requirement to 3.7
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-01 15:13:19 +02:00

14 lines
315 B
Text

Pre-requisites:
- Python 3.7+
- Cython 0.22 and libidn, optionally (making JID faster by compiling the stringprep module)
- GnuPG, for testing
Install:
> python3 setup.py install
Root install:
> sudo python3 setup.py install
To test:
> cd examples
> python3 echo_client.py -d -j [USER@example.com] -p [PASSWORD]