分享

sublime text3配置PyQt5开发环境

 goodwangLib 2020-02-20
  1. 安装python3
  2. 配置好python环境变量
  3. 打开sublime text3,在菜单栏选择Tools->Build System->New Build System
    输入如下内容
{
    "shell_cmd": "python3 \"$file\"",
    "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
    "selector": "source.python"
}

如果你安装的python3的bin目录下没有python3.exe,那么就将python.exe改成python3.exe就行了。
4. 安装PyQt5相关包

python -m pip install pyqt5
python -m pip install pyqt5-tools

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多