diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2019-10-05 06:43:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 06:43:53 +0700 |
commit | 6305a4070df461a07b4e3a2a691dd6eb1a1fabda (patch) | |
tree | 89326e4208fc8ed4878e6892e0a1da275424f33b /python/thonny | |
parent | 93c14042c9c60d3fd9e5e03cfd11b77e623f69c6 (diff) |
python/thonny: Update README
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/thonny')
-rw-r--r-- | python/thonny/README | 5 | ||||
-rw-r--r-- | python/thonny/thonny.SlackBuild | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/python/thonny/README b/python/thonny/README index 3c6df389d80d..0390b799336a 100644 --- a/python/thonny/README +++ b/python/thonny/README @@ -1 +1,6 @@ Thonny is a Python IDE meant for learning programming. + +This version does not include python3 but, as it will be installed +to satisfy the dependencies, that should not be a problem. + +pygame created with python3 support is an optional dependancy diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index 8e10e31b190a..51aceb49a269 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -31,6 +31,8 @@ #3.2.0b7 22 Jul 2019. version bump. #3.2.0 12 Aug 2019. release version. #3.2.1 6 Sep 2019. version bump. +#add optional dep on pygame with python3 support. common for python learners +#which thonny is targetted at. #note. get download link from https://pypi.org/project/thonny/#files PRGNAM=thonny |