diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 00:29:01 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 00:29:01 -0500 |
commit | 2cb6395e6f83b0f608f69f76410a4a99fc3f0917 (patch) | |
tree | bbc6ebeff170d150e643da302d7681b19db87e5e /development/idlex/README | |
parent | 5b6c14359e8dff40e3a597ba0cae1d46ee2abe3e (diff) |
development/idlex: Build with python3 by default
Diffstat (limited to 'development/idlex/README')
-rw-r--r-- | development/idlex/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/development/idlex/README b/development/idlex/README index 3145929a60197..ad1289e4aaff8 100644 --- a/development/idlex/README +++ b/development/idlex/README @@ -3,8 +3,3 @@ 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 |