development/idlex: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-13 00:18:06 -04:00 committed by Willy Sudiarto Raharjo
parent f5f79c276d
commit 8897485597
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 6 additions and 6 deletions

View File

@ -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