diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-07 22:15:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-07 22:15:31 +0700 |
commit | ab032da3b25846d2b3b6514a83cc3a71af2b9e18 (patch) | |
tree | 05cc96c0213b0b31a26a8e6466a660560cb5e733 /python/python-distutils-extra/README | |
parent | 504d46297fc1a4b7144ec8cb6dc93646e9b75265 (diff) |
python/python-distutils-extra: Add python3 support.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-distutils-extra/README')
-rw-r--r-- | python/python-distutils-extra/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python-distutils-extra/README b/python/python-distutils-extra/README index 5e652e923fb6..90754780d3c5 100644 --- a/python/python-distutils-extra/README +++ b/python/python-distutils-extra/README @@ -2,3 +2,7 @@ Python-distutils-extra allows to easily integrate themable icons, scrollkeeper based documentation, and gettext based translations in your python install and build tools. It can be used with python's distutils or the enhanced setuptools. + +To install python3 bindings run the slackbuild with PYTHON3=yes. + + # PYTHON3=yes ./python-distutils-extra.SlackBuild |