Installation#
Stable release#
Use one of the following
pip install module-utilities
or
conda install -c conda-forge module-utilities
Optionally, you can install [docstring-inheritance] to use the docinherit
module:
pip install docstring-inheritance
# or
conda install -c conda-forge docstring-inheritance
From sources#
See Contributing for details on installing from source.