Skip to content

Commit

Permalink
解决Image模块安装问题
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiandongx committed Jul 20, 2017
1 parent 3a32e8c commit ecb68c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,8 @@ pyecharts 是一个用于生成 Echarts 图表的类库。


# 如何安装
pyecharts 兼容 Python2 和 Python3。当前版本为 0.1.3
pyecharts 兼容 Python2 和 Python3。当前版本为 0.1.4

* Python2
```
pip install Image
pip install pyecharts
```
* Python3
```python
pip install pyecharts
```
Expand Down
2 changes: 1 addition & 1 deletion pyecharts/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__title__ = 'pyecharts'
__description__ = 'Python echarts, make charting easier'
__url__ = 'https://github.com/chenjiandongx/pyecharts'
__version__ = '0.1.3'
__version__ = '0.1.4'
__author__ = 'chenjiandongx'
__author_email__ = '[email protected]'
__license__ = 'MIT'
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Image==1.5.7
pprint==0.1

0 comments on commit ecb68c9

Please sign in to comment.