diff options
Diffstat (limited to 'python/stem/README')
-rw-r--r-- | python/stem/README | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/python/stem/README b/python/stem/README index 2cb67e53a7..3f5ce7d842 100644 --- a/python/stem/README +++ b/python/stem/README @@ -2,6 +2,8 @@ stem is a Python controller library for Tor stem is compatible with python 2.6+ (including python 3) -Having Tor installed is not required for building, -but obviously it is for actually using this library. -The tor installation does not have to be from SBo. +Having Tor installed is not required for building. +The Tor installation does not have to be from SBo. + +Sphinx is an optional dependency to create proper documentation. +In order to do so, pass DOC=yes to the script. |