diff --git a/docs/source/common/lightning_cli.rst b/docs/source/common/lightning_cli.rst index 1df80e1ccf..c16e2e3b73 100644 --- a/docs/source/common/lightning_cli.rst +++ b/docs/source/common/lightning_cli.rst @@ -64,7 +64,7 @@ LightningCLI ^^^^^^^^^^^^ The implementation of training command line tools is done via the :class:`~pytorch_lightning.utilities.cli.LightningCLI` -class. The minimal installation of pytorch-lightning does not include this support. To enable it either install +class. The minimal installation of pytorch-lightning does not include this support. To enable it, either install lightning with the :code:`all` extras require or install the package :code:`jsonargparse[signatures]`. The case in which the user's :class:`~pytorch_lightning.core.lightning.LightningModule` class implements all required