在conda环境中pip使用清华源秒速安装skimage、opencv、tensorflow等python库
pip install scikit-image -i https://pypi.tuna.tsinghua.edu.cn/simple pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple pip install tensorflow==1.13.1 -i https://pypi.tuna.tsinghua.edu.cn/simple
或者 豆瓣源
pip install xx -i https://pypi.doubanio.com/simple
相关推荐
sherry颖 2020-05-12
coolhty 2020-05-09
assastor 2020-04-20
iFlyAI 2020-09-14
xinhao 2020-07-20
taiyangshenniao 2020-06-25
pythonxuexi 2020-06-25
zhaobig 2020-06-25
qingqingpiaoguo 2020-06-22
yjsflxiang 2020-06-14
txlCandy 2020-06-09
bizercsdn 2020-06-08
JakobHu 2020-05-27
davidliu00 2020-05-26