diff --git a/docs/source/user-guide/tutorials/build-pkgs.rst b/docs/source/user-guide/tutorials/build-pkgs.rst index 04244860bc..bb02794e96 100644 --- a/docs/source/user-guide/tutorials/build-pkgs.rst +++ b/docs/source/user-guide/tutorials/build-pkgs.rst @@ -201,6 +201,13 @@ on your local computer. If there are no error messages, Click installed successfully. + .. note:: + Explicitly installing a local package bypasses the dependency + resolver, as such the package's ``run`` dependencies will not + be evaluated. See `conda install --help` or the `install command reference + page `_ + for more info. + .. _convert: