Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50e9c4f

Browse files
committed
More installation info. Bump alpha version.
1 parent 38f1110 commit 50e9c4f

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

Lib/idlelib/INSTALL.txt

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,18 @@ IDLEfork-0.9xx-1.noarch.rpm
2121
IDLEfork-0.9xx.tar.gz
2222
This is a distutils sdist (source) tarfile which can be used to make
2323
installations on platforms not supported by the above files.
24-
It is configured to install as IDLE, not IDLEfork.
24+
It remains configured to install as IDLE, not IDLEfork.
2525

2626
Unpack in ..../Tools/, cd to the IDLEfork directory created, and
27-
<python setup.py install> to install as IDLE. If you don't want to
28-
step on Python IDLE, it is also possible to simply run <python idle.py>
29-
to test in the IDLEfork source directory without installation. In this
30-
case, IDLEfork will not be on your PATH unless you are in the source
31-
directory.
27+
<python setup.py install> to install in ....site-packages/idlelib.
28+
29+
If you don't want to overwrite Python IDLE, it is also possible to
30+
simply run <python idle.py> to test in the IDLEfork source directory
31+
without making an installation. In this case, IDLE will not be on
32+
your PATH unless you are in the source directory. Also, it is then
33+
advisable to remove any Python IDLE installation by removing
34+
..../site-packages/idlelib so the two identically named packages don't
35+
conflict.
3236

3337
See README.txt for more details on this version of IDLEfork.
3438

Lib/idlelib/idlever.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
IDLE_VERSION = "0.9a0"
1+
IDLE_VERSION = "0.9a1"

0 commit comments

Comments
 (0)