Skip to content

Commit

Permalink
👏 release version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiandongx committed Sep 1, 2017
1 parent 8646f1e commit 039f181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 039f181

Please sign in to comment.