提高github/linux下載速度

##方法一:設置pip的超時限制 輸入pip --default-timeout=100 install -U 【下載的包名】 ##方法二:換源下載 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -U 【下載的包名】 解釋一下上面的-U 和-i -U:安裝升級 -i:指定源 ##方法三:使用碼雲來下載github文件 ##方法四:在
相關文章
相關標籤/搜索