Skip to content

Commit 166d540

Browse files
committed
Explain support python versions
1 parent 21376e8 commit 166d540

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# quickchart-python
22
[![Build Status](https://travis-ci.com/typpo/quickchart-python.svg?branch=master)](https://travis-ci.com/typpo/quickchart-python)
3-
![PyPI](https://img.shields.io/pypi/v/quickchart.io)
4-
![PyPI - License](https://img.shields.io/pypi/l/quickchart.io)
3+
[![PyPI](https://img.shields.io/pypi/v/quickchart.io)](https://pypi.org/project/quickchart-io/)
4+
[![PyPI - License](https://img.shields.io/pypi/l/quickchart.io)](https://pypi.org/project/quickchart-io/)
55

66
A Python client for the [quickchart.io](https://quickchart.io/) image charts web service.
77

@@ -13,6 +13,8 @@ Use the `quickchart` library in this project, or install through [pip](https://p
1313
pip install quickchart.io
1414
```
1515

16+
As of release 2.0, this package requires >= Python 3.7. If you need support for earlier versions of Python, use [version 1.0.1](https://pypi.org/project/quickchart-io/1.0.1/).
17+
1618
# Usage
1719

1820
This library provides a `QuickChart` class. Import and instantiate it. Then set properties on it and specify a [Chart.js](https://chartjs.org) config:

0 commit comments

Comments
 (0)