diff options
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 d856a07753..db7bea1cc8 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 |