42 Star 156 Fork 7

Gitee 极速下载 / pyecharts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/chenjiandongx/pyecharts
克隆/下载
install.py 503 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈键冬 提交于 2019-06-19 10:29 . V121 (#1205)
import os
here = os.path.abspath(os.path.dirname(__file__))
about = {}
with open(os.path.join(here, "pyecharts", "_version.py")) as f:
exec(f.read(), about)
UNINSTALL = "{} uninstall pyecharts -y"
INSTALL = "{} install -U dist/pyecharts-{}-py3-none-any.whl --no-cache-dir"
os.system("python setup.py bdist_wheel")
os.system(UNINSTALL.format("pip"))
os.system(UNINSTALL.format("pip3"))
os.system(INSTALL.format("pip", about["__version__"]))
os.system(INSTALL.format("pip3", about["__version__"]))
Python
1
https://gitee.com/mirrors/pyecharts.git
git@gitee.com:mirrors/pyecharts.git
mirrors
pyecharts
pyecharts
master

搜索帮助