diff options
author | PJ Eby <distutils-sig@python.org> | 2005-08-23 13:45:50 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-08-23 13:45:50 +0000 |
commit | 3dc12ca9d95d7b147e42ef028cc81939413bc34c (patch) | |
tree | d4a19a251bbe6e4e9cf9b186acb1ea24645ffd76 | |
parent | 0be0a42be135c0b9d0f198a41635b18531b71a73 (diff) | |
download | external_python_setuptools-3dc12ca9d95d7b147e42ef028cc81939413bc34c.tar.gz external_python_setuptools-3dc12ca9d95d7b147e42ef028cc81939413bc34c.tar.bz2 external_python_setuptools-3dc12ca9d95d7b147e42ef028cc81939413bc34c.zip |
More minor doc tweaks.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041232
-rwxr-xr-x | EasyInstall.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt index 5ab1bfa5..554b03bb 100755 --- a/EasyInstall.txt +++ b/EasyInstall.txt @@ -784,7 +784,7 @@ Known Issues * Added ``--site-dirs`` option to allow adding custom "site" directories. Made ``easy-install.pth`` work in platform-specific alternate site - directories (e.g. ``~/Library/Python/2.x/site-packages``). + directories (e.g. ``~/Library/Python/2.x/site-packages`` on Mac OS X). * If you manually delete the current version of a package, the next run of EasyInstall against the target directory will now remove the stray entry @@ -794,8 +794,7 @@ Known Issues as pointing to the named project's source checkout. Such URLs have a lower match precedence than any other kind of distribution, so they'll only be used if they have a higher version number than any other available - distribution. (Future versions may allow you to specify that you want to - use source checkouts instead of other kinds of distributions.) The ``#egg`` + distribution, or if you use the ``--editable`` option. The ``#egg`` fragment can contain a version if it's formatted as ``#egg=proj-ver``, where ``proj`` is the project name, and ``ver`` is the version number. You *must* use the format for these values that the ``bdist_egg`` command uses; |