Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 985 Bytes

README.rst

File metadata and controls

32 lines (18 loc) · 985 Bytes

echarts-cities-pypkg

https://codecov.io/github/pyecharts/echarts-cities-pypkg/coverage.png

The project packages echarts-cities-js and distributes it via pypi.

Installation

You can install echarts-cities-pypkg via pip:

$ pip install echarts-cities-pypkg

or clone it and install it:

$ git clone https://github.com/pyecharts/echarts-cities-pypkg.git
$ cd echarts-cities-pypkg
$ python setup.py install