summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralvy <alvyjudy@gmail.com>2020-07-29 21:54:31 -0400
committeralvy <alvyjudy@gmail.com>2020-07-29 21:54:31 -0400
commite716c1821969d07c8b629b15e1b0782a247b6b57 (patch)
tree2c01ebd6efb08161dd7d9fb9acb08615240b4837
parentbd3d57dfe66bade541faf5573c14669f311a6e5c (diff)
downloadpython-setuptools-git-e716c1821969d07c8b629b15e1b0782a247b6b57.tar.gz
docs: remove mentioning of multiversion install
-rw-r--r--docs/userguide/dependency_management.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/userguide/dependency_management.txt b/docs/userguide/dependency_management.txt
index 97d3b662..b2be4177 100644
--- a/docs/userguide/dependency_management.txt
+++ b/docs/userguide/dependency_management.txt
@@ -70,9 +70,7 @@ finess to it, let's start with a simple example.
When your project is installed (e.g. using pip), all of the dependencies not
already installed will be located (via PyPI), downloaded, built (if necessary),
and installed and 2) Any scripts in your project will be installed with wrappers
-that verify the availability of the specified dependencies at runtime, and
-ensure that the correct versions are added to ``sys.path`` (e.g. if multiple
-versions have been installed).
+that verify the availability of the specified dependencies at runtime.
.. note::
if you declare your dependencies in ``setup.py``, you do