summaryrefslogtreecommitdiff
path: root/docs/easy_install.txt
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2010-03-13 16:53:19 -0500
committerTarek Ziade <tarek@ziade.org>2010-03-13 16:53:19 -0500
commit38ae8ecbdc6a9f285a56add8c695b10b2786c679 (patch)
tree420cfd5eba1d375bfa3471218cf3cdda07cb18ef /docs/easy_install.txt
parent9b4f204172ebab821cb677c978625c2e2479de5e (diff)
downloadpython-setuptools-git-38ae8ecbdc6a9f285a56add8c695b10b2786c679.tar.gz
added the --no-find-links option
--HG-- branch : distribute extra : rebase_source : fc2cbd4d369f7d5c77cae03e39354245b185cc60
Diffstat (limited to 'docs/easy_install.txt')
-rw-r--r--docs/easy_install.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/easy_install.txt b/docs/easy_install.txt
index 3e39b811..a469bb55 100644
--- a/docs/easy_install.txt
+++ b/docs/easy_install.txt
@@ -768,6 +768,11 @@ 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.
+
``--delete-conflicting, -D`` (Removed in 0.6a11)
(As of 0.6a11, this option is no longer necessary; please do not use it!)