diff --git a/pytorch_lightning/callbacks/progress/rich_progress.py b/pytorch_lightning/callbacks/progress/rich_progress.py index f6f862704f..3e219770dd 100644 --- a/pytorch_lightning/callbacks/progress/rich_progress.py +++ b/pytorch_lightning/callbacks/progress/rich_progress.py @@ -201,6 +201,11 @@ class RichProgressBar(ProgressBarBase): Raises: ModuleNotFoundError: If required `rich` package is not installed on the device. + + Note: + PyCharm users will need to enable “emulate terminal” in output console option in + run/debug configuration to see styled output. + Reference: https://rich.readthedocs.io/en/latest/introduction.html#requirements """ def __init__(