summaryrefslogtreecommitdiff
path: root/development/idlex/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2015-06-10 04:15:27 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-06-10 04:39:57 +0700
commit491fce1a645f51e506446064780a289e159ad71c (patch)
treef796136f56f4081eecd28be56eed449328a70523 /development/idlex/README
parent459a1d5f5bf0954f21f288640c201d3f5f814993 (diff)
downloadslackbuilds-491fce1a645f51e506446064780a289e159ad71c.tar.gz
development/idlex: Added (IDLE Extensions for Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/idlex/README')
-rw-r--r--development/idlex/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/development/idlex/README b/development/idlex/README
new file mode 100644
index 0000000000..19c2680e94
--- /dev/null
+++ b/development/idlex/README
@@ -0,0 +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 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:
+
+PYTHON3=yes ./idlex.SlackBuild