diff --git a/README.md b/README.md index c835ce00..bcdc37ed 100644 --- a/README.md +++ b/README.md @@ -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