diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2013-12-26 21:32:04 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-07 11:13:05 -0600 |
commit | fdac2cc32754174beae4e405441c3b2f344267f1 (patch) | |
tree | 5701d1ffd383f4cdf1570b8f177bf5ac8848137f /python/stem/README | |
parent | be44aac8a86e9c7efa0e9b2771eeb4c81f24b1fd (diff) |
python/stem: Updated for version 1.1.1.
Added a doc building section
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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 2cb67e53a7fa..3f5ce7d84279 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. |