diff options
| author | alvy <alvyjudy@gmail.com> | 2020-07-29 21:56:08 -0400 |
|---|---|---|
| committer | alvy <alvyjudy@gmail.com> | 2020-07-29 21:56:08 -0400 |
| commit | 5df7ee405dc7455b842daa82989d199689d8650e (patch) | |
| tree | a58907197bff34b809a5ec3e35fc3faa73f7a4b3 | |
| parent | e716c1821969d07c8b629b15e1b0782a247b6b57 (diff) | |
| download | python-setuptools-git-5df7ee405dc7455b842daa82989d199689d8650e.tar.gz | |
docs: remove note on "require" functionality
| -rw-r--r-- | docs/userguide/dependency_management.txt | 6 |
1 files changed, 0 insertions, 6 deletions
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 |
