diff options
Diffstat (limited to 'python/simplejson/README')
-rw-r--r-- | python/simplejson/README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/python/simplejson/README b/python/simplejson/README index fd00d47fff..dc5c972c0b 100644 --- a/python/simplejson/README +++ b/python/simplejson/README @@ -3,5 +3,9 @@ Simplejson is a simple, fast, complete, correct and extensible JSON pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. -Optional documentation can be built if Sphinx Pygments are installed. Python3 -bindings can be built if python3 is installed. +Optional dependencies: Sphinx, python3 and pysetuptools + +Note: To install python3 bindings install python3 and pass PYTHON3=yes to the +slackbuild. + + # PYTHON3 ./simplejson.SlackBuild |