diff options
author | PJ Eby <distutils-sig@python.org> | 2008-02-14 21:25:56 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2008-02-14 21:25:56 +0000 |
commit | c1100aaf1dbe135af945c81dcff7de9528322f07 (patch) | |
tree | 04f36ffb932ba4b373b11b619eec4cd9bedd2125 | |
parent | 798b6f9b3aeba38aa4701a3d3ccf2599b053dc95 (diff) | |
download | external_python_setuptools-c1100aaf1dbe135af945c81dcff7de9528322f07.tar.gz external_python_setuptools-c1100aaf1dbe135af945c81dcff7de9528322f07.tar.bz2 external_python_setuptools-c1100aaf1dbe135af945c81dcff7de9528322f07.zip |
Update README for 0.6c8 release
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060818
-rwxr-xr-x | README.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -45,9 +45,9 @@ Cygwin, Mac OS X, Linux, Other ============================== 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 @@ may include EasyInstall command-line options such as ``--prefix``, ``--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 @@ example, doing the following at a Cygwin bash prompt will install setuptools 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 |