Python中pip的使用

1、pip安装模块

pip install 模块名称 -i 安装源

pip install requests -i https://mirrors.aliyun.com/pypi/simple/

原文地址:https://www.cnblogs.com/greamrod/p/12240839.html