Add note for PyCharm users on configuration for RichProgressBar (#10307)

This commit is contained in:
Kaushik B 2021-11-03 03:06:18 +05:30 committed by GitHub
parent 72288b2b32
commit 4cd7e77ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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__(