Python ❤️ VChart = pyvchart
pip 安装 - Installation - インストール
# 安装 - Installation - インストール
# 目前暂时用不了,因为 PyPI 中存在一个较长时间没有维护且类似名字的项目,暂时无法上传 wheel 到 PyPI 中。
# 【❕Note❕】Currently, it cannot be used because there is an old, unmaintained project with a similar name on PyPI, and it is temporarily unable to upload the wheel to PyPI.
# 【❕注意❕】現在、PyPI に長期間メンテナンスされていない同名のプロジェクトが存在するため、wheel を PyPI にアップロードすることができません。
$ pip install pyvchart -U
# 暂时解决方案 | Temporary Solution | 一時的な解決策
pip install git+https://github.com/pyvchart/[email protected]
# 运行 - Run - 実行
$ python run_all.py
# 运行结果会在 examples 目录中渲染 -
# Run Result Will Be Rendered In examples Directory
# 実行結果は examples ディレクトリにレンダリングされます
# 清理 - Clean - クリーン
$ python clean_all.py