diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 00:18:06 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:13 +0700 |
commit | 889748559716f514ebd4622fa68bffb482ef3a2c (patch) | |
tree | dad2bdc804d3644a0880ab73c20b0638c4fea869 /development/idlex/README | |
parent | f5f79c276dc9114a23fa02f687993b6677dcf458 (diff) | |
download | slackbuilds-889748559716f514ebd4622fa68bffb482ef3a2c.tar.gz |
development/idlex: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/idlex/README')
-rw-r--r-- | development/idlex/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/development/idlex/README b/development/idlex/README index 19c2680e94..3145929a60 100644 --- a/development/idlex/README +++ b/development/idlex/README @@ -1,10 +1,10 @@ -IdleX is a collection of over twenty extensions and plugins that provide -additional functionality to IDLE, a Python IDE provided in the standard -library. It transforms IDLE into a more useful tool for academic research -and development as well as exploratory programming. +IdleX is a collection of over twenty extensions and plugins that +provide additional functionality to IDLE, a Python IDE provided in +the standard library. It transforms IDLE into a more useful tool for +academic research and development as well as exploratory programming. IdleX runs with Python 2.6, 2.7, and 3.x. -If you want to build this for use with Python 3.x (needs the -optional dependency python3) pass the script PYTHON3=yes, like: +If you want to build this for use with Python 3.x (needs the optional +dependency python3) pass the script PYTHON3=yes, like: PYTHON3=yes ./idlex.SlackBuild |