diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2015-12-31 13:52:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-31 13:52:59 +0700 |
commit | 709eb6fecc5a4e99b503dc497bf435d6352e385a (patch) | |
tree | 1dd8305fde55906dae308b315201e218dd48ea7e /python/simplejson/README | |
parent | 5e19fbeb8d8172bab8f98ce48dfb7a2cbcd8000f (diff) | |
download | slackbuilds-709eb6fecc5a4e99b503dc497bf435d6352e385a.tar.gz |
python/simplejson: Updated for version 3.8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |