diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-03-01 12:20:57 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-03-01 12:20:57 -0500 |
| commit | 890c8b348838b24d9eaa1725dcf858021f54d88d (patch) | |
| tree | 19dbaebcf6d81e6143c4bfee18282d47b6920ad5 /docs/easy_install.txt | |
| parent | 4a2bb4b699ab4e37663a216501b1ff1f6bef0ccd (diff) | |
| download | python-setuptools-git-890c8b348838b24d9eaa1725dcf858021f54d88d.tar.gz | |
Updated documentation to reflect merged target name, only keeping legacy references to Distribute.
--HG--
branch : Setuptools-Distribute merge
extra : source : 7c68dd2a22cf2dc0ad77f1cca857736586aa5753
Diffstat (limited to 'docs/easy_install.txt')
| -rw-r--r-- | docs/easy_install.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/easy_install.txt b/docs/easy_install.txt index 9b4fcfbb..dac0fa8f 100644 --- a/docs/easy_install.txt +++ b/docs/easy_install.txt @@ -94,7 +94,7 @@ directory, you can also retarget the installation location for scripts so they go on a directory that's already on the ``PATH``. For more information see the sections below on `Command-Line Options`_ and `Configuration Files`_. You can pass command line options (such as ``--script-dir``) to -``distribute_setup.py`` to control where ``easy_install.exe`` will be installed. +``ez_setup.py`` to control where ``easy_install.exe`` will be installed. @@ -776,10 +776,12 @@ Command-Line Options package not being available locally, or due to the use of the ``--update`` or ``-U`` option. -``--no-find-links`` Blocks the addition of any link. (New in Distribute 0.6.11) - This is useful if you want to avoid adding links defined in a project - easy_install is installing (wether it's a requested project or a - dependency.). When used, ``--find-links`` is ignored. +``--no-find-links`` Blocks the addition of any link. + This parameter is useful if you want to avoid adding links defined in a + project easy_install is installing (whether it's a requested project or a + dependency). When used, ``--find-links`` is ignored. + + Added in Distribute 0.6.11 and Setuptools 0.7. ``--delete-conflicting, -D`` (Removed in 0.6a11) (As of 0.6a11, this option is no longer necessary; please do not use it!) |
