aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2007-01-09 18:00:57 +0000
committerPJ Eby <distutils-sig@python.org>2007-01-09 18:00:57 +0000
commite3c117aca3735a4a791ef06ae471ec9b7be078de (patch)
tree504d1fc7b62813c60a9ba5c899d1ac3058acc061
parentddfd78c6ab7f8abee2c8feef195e3db2d573ceaf (diff)
downloadexternal_python_setuptools-e3c117aca3735a4a791ef06ae471ec9b7be078de.tar.gz
external_python_setuptools-e3c117aca3735a4a791ef06ae471ec9b7be078de.tar.bz2
external_python_setuptools-e3c117aca3735a4a791ef06ae471ec9b7be078de.zip
README formatting fix (backport from trunk)
--HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053308
-rwxr-xr-xREADME.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.txt b/README.txt
index 7726084e..62b35ea4 100755
--- a/README.txt
+++ b/README.txt
@@ -65,19 +65,19 @@ You can use ``--help`` to get a full options list, but we recommend consulting
the `EasyInstall manual`_ for detailed instructions, especially `the section
on custom installation locations`_.
-.. _The EasyInstall user's guide and reference manual: http://peak.telecommunity.com/DevCenter/EasyInstall
+.. _EasyInstall manual: http://peak.telecommunity.com/DevCenter/EasyInstall
.. _the section on custom installation locations: http://peak.telecommunity.com/DevCenter/EasyInstall#custom-installation-locations
Cygwin Note
-----------
-If you are trying to install setuptools for the *Windows* version of Python (as
-opposed to the Cygwin version that lives in ``/usr/bin``), you must make sure
-that an appropriate executable (``python2.3``, ``python2.4``, or ``python2.5``)
-is on your **Cygwin** ``PATH`` when invoking the egg. For example, doing the
-following at a Cygwin bash prompt will install setuptools for the *Windows*
-Python found at ``C:\\Python24``::
+If you are trying to install setuptools for the **Windows** version of Python
+(as opposed to the Cygwin version that lives in ``/usr/bin``), you must make
+sure that an appropriate executable (``python2.3``, ``python2.4``, or
+``python2.5``) is on your **Cygwin** ``PATH`` when invoking the egg. For
+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