mirror of https://github.com/Textualize/rich.git
Update the minimum-supported Python mentioned in the intro
This commit is contained in:
parent
d856be8e1c
commit
b25c4d6d94
|
@ -12,7 +12,7 @@ Rich works with macOS, Linux and Windows.
|
|||
|
||||
On Windows both the (ancient) cmd.exe terminal is supported and the new `Windows Terminal <https://github.com/microsoft/terminal/releases>`_. The latter has much improved support for color and style.
|
||||
|
||||
Rich requires Python 3.6.3 and above. Note that Python 3.6.0 is *not* supported due to lack of support for methods on NamedTuples.
|
||||
Rich requires Python 3.7.0 and above.
|
||||
|
||||
.. note::
|
||||
PyCharm users will need to enable "emulate terminal" in output console option in run/debug configuration to see styled output.
|
||||
|
|
Loading…
Reference in New Issue