Windows下Python包的安装及查看

安装: 使用pip命令

usage: pip install xxx

比如: pip install numpy

Tip:使用国内镜像,速度更快

usage: pip install -i "site" package

比如: pip install -i https://pypi.tuna.tsinghua.edu.cn/simple numpy

 

查看:使用pip命令

查看已安装的包

usage: pip list

查看已安装包的地址

usage: pip show xxxx

比如: pip show numpy

posted @ 2019-02-17 16:16  roov  阅读(6)  评论(0编辑  收藏  举报