使用pip安装python的库,使用国内镜像源来加速
临时使用镜像源(以清华源为例子)
pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple
长期配置
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
现在我觉得好用的镜像源,选用一个就行了
使用pip安装python的库,使用国内镜像源来加速
临时使用镜像源(以清华源为例子)
pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple
长期配置
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
现在我觉得好用的镜像源,选用一个就行了
牛逼