File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,14 +21,18 @@ IDLEfork-0.9xx-1.noarch.rpm
2121IDLEfork-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
3337See README.txt for more details on this version of IDLEfork.
3438
Original file line number Diff line number Diff line change 1- IDLE_VERSION = "0.9a0 "
1+ IDLE_VERSION = "0.9a1 "
You can’t perform that action at this time.
0 commit comments