//一个类似Matlab的Plot绘制数据图的库。
>python -m pip install matplotlib
//NumPy为Python提供了很多高级的数学方法
>python -m pip install NumPy
//wxPython.Python的一个GUI(图形用户界面)工具
>python -m pip install wxPython
Python常用三方库安装
原文:https://www.cnblogs.com/airscrat/p/12048312.html