From 2d16e6aa8d2beae98b15ad2d65c8f797d0d4aa08 Mon Sep 17 00:00:00 2001 From: melt Date: Wed, 10 Jan 2024 12:11:07 +0000 Subject: [PATCH] update the docs add rich as dependency --- README.md | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 746941c..3fb2837 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ The main python dependencies are (see [`requirements.txt`](requirements.txt)): * `matplotlib` * `numpy` * `pexpect` +* `rich` These will all be installed as part of the default `pip` installation. See [installing mdb](https://mdb.readthedocs.io/en/latest/installation.html#installing-mdb) in the documentation for more information. diff --git a/setup.py b/setup.py index aea3a8f..5d2c57f 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ "matplotlib", "numpy", "pexpect", + "rich", ], extras_require={ "develop": [