Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
50e9c4ff
Kaydet (Commit)
50e9c4ff
authored
Ock 01, 2003
tarafından
Kurt B. Kaiser
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More installation info. Bump alpha version.
üst
38f11101
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
INSTALL.txt
Lib/idlelib/INSTALL.txt
+10
-6
idlever.py
Lib/idlelib/idlever.py
+1
-1
No files found.
Lib/idlelib/INSTALL.txt
Dosyayı görüntüle @
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
Dosyayı görüntüle @
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