summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 146031f4e2d6401aade7ff3afd2feec18833be83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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]