From 38ae8ecbdc6a9f285a56add8c695b10b2786c679 Mon Sep 17 00:00:00 2001 From: Tarek Ziade Date: Sat, 13 Mar 2010 16:53:19 -0500 Subject: added the --no-find-links option --HG-- branch : distribute extra : rebase_source : fc2cbd4d369f7d5c77cae03e39354245b185cc60 --- docs/easy_install.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/easy_install.txt') 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!) -- cgit v1.2.1