From 41c2928869b531b7997b146fa37e0192c5146e14 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 2 Dec 2020 16:50:21 +0000 Subject: [PATCH] suggest running Rich test card --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 21ca7421..065dd2e4 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ Install with `pip` or your favorite PyPi package manager. pip install rich ``` +Run the following to test Rich output on your terminal: + +``` +python -m rich +``` + ## Rich print function To effortlessly add rich output to your application, you can import the [rich print](https://rich.readthedocs.io/en/latest/introduction.html#quick-start) method, which has the same signature as the builtin Python function. Try this: