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

selenium的安装

时间:2016-11-11 23:11:19      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:dell   show   方法   pip   color   sel   users   com   nbsp   

一、安装selenium

     通过pip命令安装selenium包:(pip的安装方法:http://www.cnblogs.com/zhengyihan1216/articles/6011640.html)

     ①通过pip安装第三方库时,若只输入包名,则默认安装该库的最新版本

        C:\Users\DELL>pip install selenium   

     ②安装指定版本的selenium

        C:\Users\DELL>pip install selenium==2.45.0   

二、查看selenium的版本

      C:\Users\DELL>pip show selenium

三、卸载当前已经安装的selenium

      C:\Users\DELL>pip uninstall selenium

 

selenium的安装

标签:dell   show   方法   pip   color   sel   users   com   nbsp   

原文地址:http://www.cnblogs.com/zhengyihan1216/p/6055819.html

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