diff --git a/README.md b/README.md index 56d0d3132..7366e6a10 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ pyecharts is a library to generate charts using Echarts. It simply provides the [Echarts](https://github.com/ecomfe/echarts) is an open source library from Baidu for data visualization in javascript. It has awesome demo pages so I started to look out for an interface library so that I could use it in Python. I ended up with [echarts-python](https://github.com/yufeiminds/echarts-python) on github but it lacks of documentation and was not updated for a while. Just like many other Python projects, I started my own project, pyecharts, referencing echarts-python and another library [pygal](https://github.com/Kozea/pygal). ## Installation -pyecharts works on Python2 and Python3. The latest release is 0.2.2. For more information please refer to [changelog.md](https://github.com/chenjiandongx/pyecharts/blob/master/changelog.md) +pyecharts works on Python2 and Python3. The latest release is 0.2.3. For more information please refer to [changelog.md](https://github.com/chenjiandongx/pyecharts/blob/master/changelog.md) You can install it via pip ```