[tor-commits] [stem/master] Note soft pynacl dependency in faq

atagar at torproject.org atagar at torproject.org
Thu Mar 30 04:18:02 UTC 2017


commit bdab91ad27f15e2fbf800590db0b6af92ba54bf2
Author: Damian Johnson <atagar at torproject.org>
Date:   Mon Feb 27 16:14:53 2017 -0800

    Note soft pynacl dependency in faq
---
 docs/faq.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/faq.rst b/docs/faq.rst
index 69033d4..50718be 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -53,7 +53,8 @@ Does Stem have any dependencies?
 **No.** All you need in order to use Stem is Python.
 
 When it is available Stem will use `cryptography
-<https://pypi.python.org/pypi/cryptography>`_ to validate descriptor signatures.
+<https://pypi.python.org/pypi/cryptography>`_ and `PyNaCl
+<https://pypi.python.org/pypi/PyNaCl/>`_ to validate descriptor signatures.
 However, there is no need to install cryptography unless you need this
 functionality.
 
@@ -72,6 +73,7 @@ cryptography with...
 
   % sudo apt-get install python-dev
   % sudo pip install cryptography
+  % sudo pip install pynacl
 
 .. _what_python_versions_is_stem_compatible_with:
 





More information about the tor-commits mailing list