Python小技巧
pip下載提速:使用國內(nèi)鏡像源,例如清華大學(xué)的鏡像源、豆瓣源。設(shè)置方法:
臨時使用? ?pip install -i https://pypi.tuna.tsinghua.edu.cn/simple xxxx;
設(shè)為默認(rèn)。
升級 pip 至最新版本(>= 10.0.0,pip list可查看當(dāng)前版本)pip?install pip -U -i https://pypi.tuna.tsinghua.edu.cn/simple
執(zhí)行配置設(shè)置? pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
標(biāo)簽: