标签:date code pkg png href tps search 查询 bsp
在CMD下运行
pip list 查询当前环境安装的所有软件包
pip search tool 查询 pypi 上含有某名字的包
pip list --outdated 查询当前环境中可升级的包
pip show numpy 查询一个包的详细内容
pip uninstall pkg 卸载软件包
pip install --upgrade pkg 升级软件包
标签:date code pkg png href tps search 查询 bsp
原文地址:https://www.cnblogs.com/liming19680104/p/12182186.html