[stem/master] Note soft pynacl dependency in faq

commit bdab91ad27f15e2fbf800590db0b6af92ba54bf2 Author: Damian Johnson <atagar@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:
participants (1)
-
atagar@torproject.org