在内陆指定国内pip安装源安装python第三方库
Python官方网站提供了第三方库索引网站(PyPI:the Python Package Index)https://pypi.org,内陆需要代理才能访问。
在内陆指定国内pip安装源安装python第三方库,在Windows的CMD窗口运行:
pip install docx -i https://mirrors.aliyun.com/pypi/simple/
pip install openpyxl -i https://mirrors.aliyun.com/pypi/simple/
pip install pygame -i https://mirrors.aliyun.com/pypi/simple/
浙公网安备 33010602011771号