pip常用命令

pip常用命令:bundle,创建包含多个包的pybundles;

freeze,显示所有已安装的包;
help,显示可用命令;
install,安装包;
search,搜索PyPi;
uninstall,卸载包;
unzip,解压缩单个包;
zip,压缩单个包。



安装:
pip3 install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple

其他国内镜像源

  • 中国科学技术大学 : https://pypi.mirrors.ustc.edu.cn/simple
  • 豆瓣:http://pypi.douban.com/simple/
  • 阿里云:http://mirrors.aliyun.com/pypi/simple/

相关文章

1. General Supported Versions 2. Settings STATIC_URL MED...
问题01:Django枚举类型扩展方法(Model.get_FOO_display()) ...
verbose_name 可以作为第一个参数传入,使书写更加工整和有序...
# use_2to3 is invalid
# Django枚举类型扩展方法&a...
一、层次结构 GenericViewSet(ViewSetMixin, generics.Gener...