使用指定源安装python包
对于经常需要按照那个python包的同学,外网下载比较慢的话,可以使用公司内部的镜像进行安装
eg:
pip install django -i http://mirrors.***.com.cn/pypi/simple --trusted-host mirrors.***.cn
全力以赴不留遗憾
对于经常需要按照那个python包的同学,外网下载比较慢的话,可以使用公司内部的镜像进行安装
eg:
pip install django -i http://mirrors.***.com.cn/pypi/simple --trusted-host mirrors.***.cn