美文网首页
PySide2安装过程

PySide2安装过程

作者: XBruce | 来源:发表于2020-04-11 22:17 被阅读0次

    Python用户如果开发基于UI的Application的话,首选的当属QT的PySide2。接下来阐述下具体的安装过程。

    • 准备工作:
    1. 安装Python3.x
    2. 安装PIP和wheel或者beautifulsoup(用于安装whl文件)
    3. 下载PySide2,URL如下,根据自己的QT版本和Python版本选择合适的whl文件。
      https://download.qt.io/official_releases/QtForPython/pyside2/
      在这里选择:[PySide2-xxxx cp35.cp36.cp37.cp38-none-win_amd64.whl] xxxx为安装的QT版本
    4. cd到whl目录,执行
    pip install PySide2-xxxx cp35.cp36.cp37.cp38-none-win_amd64.whl
    

    相关文章

      网友评论

          本文标题:PySide2安装过程

          本文链接:https://www.haomeiwen.com/subject/gpwpmhtx.html