diff options
-rw-r--r-- | python/simplejson/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/simplejson/README b/python/simplejson/README index dc5c972c0b..fbf7a984b3 100644 --- a/python/simplejson/README +++ b/python/simplejson/README @@ -3,7 +3,7 @@ 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 dependencies: Sphinx, python3 and pysetuptools +Optional dependencies: Sphinx and python3. Note: To install python3 bindings install python3 and pass PYTHON3=yes to the slackbuild. |