python模块安装

采用国内镜像下载模块
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple name
name就是要安装的包的名字

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

你可能感兴趣的:(python模块安装)