ModuleNotFoundError: No module named 'rich'
python -m pip install rich
python -c "import rich; print(rich.__version__)"
Success! rich version x.y.z (e.g., 2.4.0)