Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
50e9c4ff
Commit
50e9c4ff
authored
Jan 01, 2003
by
Kurt B. Kaiser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More installation info. Bump alpha version.
parent
38f11101
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
Lib/idlelib/INSTALL.txt
Lib/idlelib/INSTALL.txt
+10
-6
Lib/idlelib/idlever.py
Lib/idlelib/idlever.py
+1
-1
No files found.
Lib/idlelib/INSTALL.txt
View file @
50e9c4ff
...
...
@@ -21,14 +21,18 @@ IDLEfork-0.9xx-1.noarch.rpm
IDLEfork-0.9xx.tar.gz
This is a distutils sdist (source) tarfile which can be used to make
installations on platforms not supported by the above files.
It
i
s configured to install as IDLE, not IDLEfork.
It
remain
s configured to install as IDLE, not IDLEfork.
Unpack in ..../Tools/, cd to the IDLEfork directory created, and
<python setup.py install> to install as IDLE. If you don't want to
step on Python IDLE, it is also possible to simply run <python idle.py>
to test in the IDLEfork source directory without installation. In this
case, IDLEfork will not be on your PATH unless you are in the source
directory.
<python setup.py install> to install in ....site-packages/idlelib.
If you don't want to overwrite Python IDLE, it is also possible to
simply run <python idle.py> to test in the IDLEfork source directory
without making an installation. In this case, IDLE will not be on
your PATH unless you are in the source directory. Also, it is then
advisable to remove any Python IDLE installation by removing
..../site-packages/idlelib so the two identically named packages don't
conflict.
See README.txt for more details on this version of IDLEfork.
...
...
Lib/idlelib/idlever.py
View file @
50e9c4ff
IDLE_VERSION
=
"0.9a
0
"
IDLE_VERSION
=
"0.9a
1
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment