Skip to content

Commit

Permalink
update the docs add rich as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMelt committed Jan 10, 2024
1 parent 81dc42b commit 2d16e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"matplotlib",
"numpy",
"pexpect",
"rich",
],
extras_require={
"develop": [
Expand Down

0 comments on commit 2d16e6a

Please sign in to comment.