【python VS code】布置designer环境

安装pyqt5:商店搜索;

设置shell:

文件→首选项→设置;;搜索shell;;setting.json;;

1 {
2     "git.ignoreMissingGitWarning":true,
3     "python.jediEnabled":false,
4     "python.linting.pylintArgs": [
5         "--extension-pkg-whitelist=PyQt5"
6     ],
7 
8 }

猜你喜欢

转载自www.cnblogs.com/dandanduba/p/12451706.html
今日推荐