pip国内镜像:
pip install selenium -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
selenium 可替换可需要下载的库名称
例如:
1、pip install dd -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
2、pip3 install selenium -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
pip3 在python安装路径下Scripts 下,是pip就输入,如果是pip3,则输入pip3