diff --git a/doc/target.rst b/doc/target.rst index 6a92d17..1d4ff76 100644 --- a/doc/target.rst +++ b/doc/target.rst @@ -545,6 +545,14 @@ Target :returns: ``True`` if internet seems available, ``False`` otherwise. +.. method:: Target.install_module(mod, **params) + :param mod: The module name or object to be installed to the target. + :param params: Keyword arguments used to instantiate the module. + + Installs an additional module to the target after the initial setup has been + performed. + + Android Target ---------------