diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2015-12-31 07:51:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-31 07:51:29 +0700 |
commit | 2f1c1bf888f4e5664c96222d4cbfbb2eb2e4cc00 (patch) | |
tree | 3cf56ec62fd5c2ce8b9d8435e20304097d8a83c3 /python/python-libnacl/README | |
parent | fdcf49c91808b9cb514cfe243dbdeca1320e0b75 (diff) |
python/python-libnacl: Updated for version 1.4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-libnacl/README')
-rw-r--r-- | python/python-libnacl/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python-libnacl/README b/python/python-libnacl/README index d856a077531ae..db7bea1cc80fd 100644 --- a/python/python-libnacl/README +++ b/python/python-libnacl/README @@ -1 +1,8 @@ Python bindings for libsodium/tweetnacl based on ctypes. + +Optional dependencies: msgpack-python and python3 + +To install python3 bindings install python3 and then run the script +with PYTHON3=yes. + + # PYTHON3=yes ./python-libnacl.SlackBuild |