pyecharts 不再内嵌子模块

This commit is contained in:
chenjiandongx 2018-02-25 15:22:50 +08:00
parent e54229b2a0
commit 101d34fd4e

View File

@ -27,7 +27,7 @@ $ pip install pyecharts
or clone it and install it
```
$ git clone --recursive https://github.com/pyecharts/pyecharts.git
$ git clone https://github.com/pyecharts/pyecharts.git
$ cd pyecharts
$ pip install -r requirements.txt
$ python setup.py install