This is documentation for an old release of NumPy (version 1.5.). Read this page Search for this page in the documentation of the latest stable release (version > 1.17).
numpy.distutils.misc_util.Configuration.add_include_dirs
-
Configuration.add_include_dirs(*paths)
Add paths to configuration include directories.
Add the given sequence of paths to the beginning of the include_dirs
list. This list will be visible to all extension modules of the
current package.