From 5df7ee405dc7455b842daa82989d199689d8650e Mon Sep 17 00:00:00 2001 From: alvy Date: Wed, 29 Jul 2020 21:56:08 -0400 Subject: docs: remove note on "require" functionality --- docs/userguide/dependency_management.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/userguide') diff --git a/docs/userguide/dependency_management.txt b/docs/userguide/dependency_management.txt index b2be4177..50f061c9 100644 --- a/docs/userguide/dependency_management.txt +++ b/docs/userguide/dependency_management.txt @@ -71,12 +71,6 @@ 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. - -.. note:: - if you declare your dependencies in ``setup.py``, you do - *not* need to use the ``require()`` function in your scripts or modules, as - long as you either install the project or use ``setup.py develop`` to do - development work on it. Platform specific dependencies -- cgit v1.2.1