slixmpp/INSTALL

15 lines
315 B
Text
Raw Permalink Normal View History

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