码迷,mamicode.com
首页 > 编程语言 > 详细

转最简便安装python+selenium-webdriver环境方法

时间:2014-07-03 09:15:07      阅读:260      评论:0      收藏:0      [点我收藏+]

标签:blog   http   文件   cti   for   python   

最简便安装python+selenium-webdriver环境方法

from:http://www.easonhan.info/python/2013/12/07/active-python-install-selenium/  

乙醇的blog。

很多同学在windows搞不定python + selenium-webdriver的安装环境,在这里乙醇给大家提供一种极速安装的方式。

首先感谢active-python

只需要2步就可以安装完毕。

安装active-python

这里下载active python2.7.5的windows安装版本,注意,如果是64位系统,则需要选择(64-bit, x64)版本下载。

双击打开下载的文件,直接下一步安装既可,很简单,什么都不需要更改。

安装selenium webdriver

打开命令行cmd,输入下面的命令

pip install selenium

回车后,你会看到下面的提示

Downloading/unpacking selenium
    Downloading selenium-2.38.1.tar.gz (2.5MB): 2.5MB downloaded
    Running setup.py egg_info for package selenium

Installing collected packages: selenium
    Running setup.py install for selenium

Successfully installed selenium
Cleaning up...

现在大功告成,去喝点水庆祝一下吧!

 

转最简便安装python+selenium-webdriver环境方法,布布扣,bubuko.com

转最简便安装python+selenium-webdriver环境方法

标签:blog   http   文件   cti   for   python   

原文地址:http://www.cnblogs.com/jzxsunisland/p/3818320.html

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