[Python-checkins] r60818 - sandbox/branches/setuptools-0.6/README.txt

phillip.eby python-checkins at python.org
Thu Feb 14 22:25:57 CET 2008


Author: phillip.eby
Date: Thu Feb 14 22:25:56 2008
New Revision: 60818

Modified:
   sandbox/branches/setuptools-0.6/README.txt
Log:
Update README for 0.6c8 release


Modified: sandbox/branches/setuptools-0.6/README.txt
==============================================================================
--- sandbox/branches/setuptools-0.6/README.txt	(original)
+++ sandbox/branches/setuptools-0.6/README.txt	Thu Feb 14 22:25:56 2008
@@ -45,9 +45,9 @@
 ==============================
 
 1. Download the appropriate egg for your version of Python (e.g.
-   ``setuptools-0.6c4-py2.4.egg``).  Do NOT rename it.
+   ``setuptools-0.6c8-py2.4.egg``).  Do NOT rename it.
 
-2. Run it as if it were a shell script, e.g. ``sh setuptools-0.6c4-py2.4.egg``.
+2. Run it as if it were a shell script, e.g. ``sh setuptools-0.6c8-py2.4.egg``.
    Setuptools will install itself using the matching version of Python (e.g.
    ``python2.4``), and will place the ``easy_install`` executable in the
    default location for installing Python scripts (as determined by the
@@ -59,7 +59,7 @@
 ``--install-dir``, and so on, following the ``.egg`` filename on the same
 command line.  For example::
 
-    sh setuptools-0.6c4-py2.4.egg --prefix=~
+    sh setuptools-0.6c8-py2.4.egg --prefix=~
 
 You can use ``--help`` to get a full options list, but we recommend consulting
 the `EasyInstall manual`_ for detailed instructions, especially `the section
@@ -80,7 +80,7 @@
 for the **Windows** Python found at ``C:\\Python24``::
 
     ln -s /cygdrive/c/Python24/python.exe python2.4
-    PATH=.:$PATH sh setuptools-0.6c4-py2.4.egg
+    PATH=.:$PATH sh setuptools-0.6c8-py2.4.egg
     rm python2.4
 
 


More information about the Python-checkins mailing list