通過豆瓣的pip源加速:
py2安裝這個(gè):
pip install docx -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
py3安裝這個(gè):
pip install python-docx -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
如果你裝錯(cuò)了,運(yùn)行會(huì)保存,你需要卸載,用這個(gè):
pip uninstall xxx
|