1 Star 1 Fork 0

crazyi/KDChart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
INSTALL-bindings.txt 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
These are the instructions for installing KD Chart bindings using the CMake buildsystem.
Starting with version 2.7.0 KD Chart can build Python3 bindings.
You need these:
- Python3.6 or higher
- Qt 5.12 or higher
- The PySide2 and Shiboken2 Python modules provided by the Qt project.
The PySide2 you install must use the exact same Qt version you are using when building KD Chart.
https://wiki.qt.io/Qt_for_Python/GettingStarted describes various ways to install PySide2.
We recommend using pip, for example:
% pip3 install --index-url=https://download.qt.io/snapshots/ci/pyside/5.12/latest/ pyside2 shiboken2-generator --trusted-host download.qt.io
afterwards run 'pip3 list | grep PySide2'
make sure the version matches the same Qt you intend to use when building KD Chart
Look at https://download.qt.io/snapshots/ci/pyside for the versions available for installation
Not supported:
- Debug builds
- python2 bindings
- only some 32-bit platforms are supported. see https://wiki.qt.io/Qt_for_Python
Also, there are no plans to support the qmake buildsystem.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/crazyi/KDChart.git
[email protected]:crazyi/KDChart.git
crazyi
KDChart
KDChart
master

搜索帮助