From 7d36119f8378b36129502c3281a7faffef837e02 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Tue, 24 Jun 2025 09:39:38 +0100 Subject: [PATCH] promote the demo --- docs/source/introduction.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst index 4ad34d12..f76de820 100644 --- a/docs/source/introduction.rst +++ b/docs/source/introduction.rst @@ -30,6 +30,12 @@ If you intend to use Rich with Jupyter then there are some additional dependenci pip install "rich[jupyter]" +Demo +---- + +To check if Rich was installed correctly, and to see a little of what Rich can do, run the following from the command line:: + + python -m rich Quick Start -----------