From 7e855eca96a2e852d31aabfc0e444b3e7504bb46 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Tue, 14 Jun 2022 10:46:56 +0100 Subject: Improve remark about external dependencies --- docs/userguide/ext_modules.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/userguide/ext_modules.rst b/docs/userguide/ext_modules.rst index 4ed50a3c..213e13c0 100644 --- a/docs/userguide/ext_modules.rst +++ b/docs/userguide/ext_modules.rst @@ -91,8 +91,9 @@ The linker searches for libraries in the following order: .. important:: All files used to compile your extension need to be available on the system - in the moment setuptools builds your project, so please make sure to include some - documentation on how users can obtain operating system level dependencies + when building the package, so please make sure to include some documentation + on how developers interested in building your package from source + can obtain operating system level dependencies (e.g. compilers and external binary libraries/artifacts). You will also need to make sure that all auxiliary files that are contained -- cgit v1.2.1