This commit is contained in:
Will McGugan 2020-07-16 18:35:16 +01:00
parent 45333bbca5
commit f0c29052c2
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
# Rich
[![PyPI version](https://badge.fury.io/py/rich.svg)](https://badge.fury.io/py/rich)
[![PyPI](https://img.shields.io/pypi/pyversions/rich.svg)](https://pypi.org/project/rich/)
[![codecov](https://codecov.io/gh/willmcgugan/rich/branch/master/graph/badge.svg)](https://codecov.io/gh/willmcgugan/rich)
[![Rich blog](https://img.shields.io/badge/blog-rich%20news-yellowgreen)](https://www.willmcgugan.com/tag/rich/)
[![Twitter Follow](https://img.shields.io/twitter/follow/willmcgugan.svg?style=social)](https://twitter.com/willmcgugan)
@ -18,9 +17,9 @@ For a video introduction to Rich see [calmcode.io](https://calmcode.io/rich/intr
## Compatibility
Rich works with Linux, OSX, and Windows. True color / emoji works with new Windows Terminal, classic terminal is limited to 8 colors.
Rich works with Linux, OSX, and Windows. True color / emoji works with new Windows Terminal, classic terminal is limited to 8 colors. Rich requires Python 3.6.1 or later.
Rich also works with [Jupyter notebooks](https://jupyter.org/) with no additional configuration required.
Rich works with [Jupyter notebooks](https://jupyter.org/) with no additional configuration required.
## Installing