diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2018-12-27 17:21:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-27 17:21:12 +0100 |
commit | d228bc42ea598498131f4ae8cef6eaf45ef71107 (patch) | |
tree | 25dde06f378ebe39e1a3aea5365b1d0252c20561 /INSTALL | |
parent | ecdc44a60166292dd197ba7f056af7649e716ac0 (diff) | |
download | slixmpp-d228bc42ea598498131f4ae8cef6eaf45ef71107.tar.gz slixmpp-d228bc42ea598498131f4ae8cef6eaf45ef71107.tar.bz2 slixmpp-d228bc42ea598498131f4ae8cef6eaf45ef71107.tar.xz slixmpp-d228bc42ea598498131f4ae8cef6eaf45ef71107.zip |
Mention that GnuPG is required for tests
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ Pre-requisites: - Python 3.5+ - Cython 0.22 and libidn, optionally (making JID faster by compiling the stringprep module) +- GnuPG, for testing Install: > python3 setup.py install |