diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-07 23:33:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-07 23:33:34 +0700 |
commit | 7138036afd4f1d74f9da4905e605957ac9d15ce9 (patch) | |
tree | 0c66f124fa1481cb879e2ba7aa8b0e341f27f7a7 /python/pyxdg/README | |
parent | ab032da3b25846d2b3b6514a83cc3a71af2b9e18 (diff) |
python/pyxdg: Add python3 support.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyxdg/README')
-rw-r--r-- | python/pyxdg/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/pyxdg/README b/python/pyxdg/README index 485a238ba1f9a..6247c59ae0196 100644 --- a/python/pyxdg/README +++ b/python/pyxdg/README @@ -1 +1,5 @@ PyXDG contains implementations of freedesktop.org standards in python. + +To install python3 bindings run the slackbuild with PYTHON3=yes. + + # PYTHON3=yes ./pyxdg.SlackBuild |