码迷,mamicode.com
首页 > 其他好文 > 详细

安装卸载selenium

时间:2017-09-22 20:08:07      阅读:329      评论:0      收藏:0      [点我收藏+]

标签:2.4   pypi   成功   pip   run   read   lib   安装   技术分享   

安装:

 1 C:\Users\xiongjiawei>pip install selenium==2.48.0
 2 Collecting selenium==2.48.0
 3   Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by ‘ReadTimeoutError("HTTPSConnectionPool(host=‘pypi.python.org‘, port=443): Read timed out. (read timeout=15)",)‘: /simple/selenium/
 4   Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by ‘ReadTimeoutError("HTTPSConnectionPool(host=‘pypi.python.org‘, port=443): Read timed out. (read timeout=15)",)‘: /simple/selenium/
 5   Downloading selenium-2.48.0.tar.gz (805kB)
 6     100% |████████████████████████████████| 806kB 37kB/s
 7 Installing collected packages: selenium
 8   Running setup.py install for selenium
 9 Successfully installed selenium-2.48.0
10 
11 C:\Users\xiongjiawei>

安装成功后在此路径查看:D:\Program Files\Python 3.5\Lib\site-packages

技术分享

 

卸载:

pip uninstall selenium

安装卸载selenium

标签:2.4   pypi   成功   pip   run   read   lib   安装   技术分享   

原文地址:http://www.cnblogs.com/xiongjiawei/p/7576864.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!